Merge branch 'gh-132/static-libs' into v1.x
[awesomized/libmemcached] / CMakeConfig.txt
index d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4..714ee94e9be2a4e9bad17cd0574d85cb7ad52691 100644 (file)
@@ -23,6 +23,8 @@ else()
     set(TARGET_NAMELINK_COMPONENT NAMELINK_COMPONENT dev DESTINATION ${CMAKE_INSTALL_LIBDIR})
 endif()
 
+option(BUILD_SHARED_LIBS    "whether to build shared libraries"
+        ON)
 option(BUILD_TESTING        "whether to enable build of the test suite"
         $ENV{BUILD_TESTING})
 option(BUILD_DOCSONLY       "build *only* documentation"