From 2322078fe480a338422b35ee29fee3c0767f3e1d Mon Sep 17 00:00:00 2001 From: adrido Date: Fri, 26 Oct 2018 21:37:51 +0200 Subject: Windows: Cpack wix installer (#6153) Create CPack WIX msi Installer for RUN_IN_PLACE=0 builds Correct paths on Windows for RUN_IN_PLACE=0 Install only required font files Games have their own components, and "minimal" is optional --- lib/gmp/CMakeLists.txt | 4 ---- lib/jsoncpp/CMakeLists.txt | 4 ---- 2 files changed, 8 deletions(-) (limited to 'lib') 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) -- cgit v1.2.3