diff options
author | adrido <robots_only_adrido@gmx.com> | 2018-10-26 21:37:51 +0200 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-10-26 21:37:51 +0200 |
commit | 2322078fe480a338422b35ee29fee3c0767f3e1d (patch) | |
tree | 3c935142cc66f0f237d8a6211ae09075fab62bab /lib/jsoncpp/CMakeLists.txt | |
parent | 45b52f6d5a7c8389da8f4cb5c5294a430255a248 (diff) | |
download | minetest-2322078fe480a338422b35ee29fee3c0767f3e1d.tar.gz minetest-2322078fe480a338422b35ee29fee3c0767f3e1d.tar.bz2 minetest-2322078fe480a338422b35ee29fee3c0767f3e1d.zip |
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
Diffstat (limited to 'lib/jsoncpp/CMakeLists.txt')
-rw-r--r-- | lib/jsoncpp/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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) |