diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gmp/CMakeLists.txt | 4 | ||||
-rw-r--r-- | lib/jsoncpp/CMakeLists.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/gmp/CMakeLists.txt b/lib/gmp/CMakeLists.txt index 96ae8191d..884c4d389 100644 --- a/lib/gmp/CMakeLists.txt +++ b/lib/gmp/CMakeLists.txt @@ -1,7 +1,3 @@ -if(MSVC) - set(CMAKE_C_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG") -endif() - add_library(gmp mini-gmp.c) target_link_libraries(gmp) diff --git a/lib/jsoncpp/CMakeLists.txt b/lib/jsoncpp/CMakeLists.txt index 9056e4b6d..0531712ae 100644 --- a/lib/jsoncpp/CMakeLists.txt +++ b/lib/jsoncpp/CMakeLists.txt @@ -1,7 +1,3 @@ -if(MSVC) - set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG") -endif() - add_library(jsoncpp jsoncpp.cpp) target_link_libraries(jsoncpp) |