aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/common.cmake
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:54:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:54:19 +0300
commit0255697606448833ed54e6d530172dd41d5a12d7 (patch)
tree55c70fd7dbdc6693a21c5a172120d60f8980558d /common.cmake
parentcommon.cmake: auto-set Boost_* variables (diff)
downloadcmake-common-0255697606448833ed54e6d530172dd41d5a12d7.tar.gz
cmake-common-0255697606448833ed54e6d530172dd41d5a12d7.zip
remove commented-code code
Diffstat (limited to 'common.cmake')
-rw-r--r--common.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.cmake b/common.cmake
index 1617a2c..155654f 100644
--- a/common.cmake
+++ b/common.cmake
@@ -80,7 +80,6 @@ endif()
option(CC_BEST_PRACTICES "Apply generally useful compilation options" "${default_value}")
option(CC_STATIC_RUNTIME "Link the runtime statically" "${default_value}")
-#option(CC_STATIC_BOOST "Use the static Boost libraries" "${default_value}")
option(CC_STRIP_SYMBOLS "Strip debug symbols" "${default_value}")
set(CC_CXX_STANDARD "14" CACHE STRING "C++ standard version")