From 0255697606448833ed54e6d530172dd41d5a12d7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:54:19 +0300 Subject: remove commented-code code --- common.cmake | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3