Skip to content

Commit

Permalink
Merge pull request #632 from sergiud/cmake-default-shared-libs
Browse files Browse the repository at this point in the history
cmake: build shared libs by default
  • Loading branch information
sergiud authored Apr 1, 2021
2 parents 30bb908 + 9ee010d commit bf183f4
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 @@ -17,7 +17,7 @@ set (CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set (CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
set (CPACK_PACKAGE_VERSION ${PROJECT_VERSION})

option (BUILD_SHARED_LIBS "Build shared libraries" OFF)
option (BUILD_SHARED_LIBS "Build shared libraries" ON)
option (PRINT_UNSYMBOLIZED_STACK_TRACES
"Print file offsets in traces instead of symbolizing" OFF)
option (WITH_GFLAGS "Use gflags" ON)
Expand Down

0 comments on commit bf183f4

Please sign in to comment.