Skip to content

Commit

Permalink
cmake: added BUILD_SHARED_LIBS option (google#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaikiMaekawa authored and sergiud committed Apr 26, 2018
1 parent e0341da commit 2faa186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set (CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
option (WITH_GFLAGS "Use gflags" ON)
option (WITH_THREADS "Enable multithreading support" ON)
option (WITH_TLS "Enable Thread Local Storage (TLS) support" ON)
option (BUILD_SHARED_LIBS "Build shared libraries" OFF)

list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down

0 comments on commit 2faa186

Please sign in to comment.