Skip to content

Commit

Permalink
Build examples by default.
Browse files Browse the repository at this point in the history
Cherry-pick: a07fcf2
  • Loading branch information
chenshuo committed Oct 24, 2018
1 parent c74bc32 commit 8ab8871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()

option(MUDUO_BUILD_EXAMPLES ON)
option(MUDUO_BUILD_EXAMPLES "Build Muduo examples" ON)

set(CXX_FLAGS
-g
Expand Down

0 comments on commit 8ab8871

Please sign in to comment.