summaryrefslogtreecommitdiffhomepage
path: root/cmake/mingw-w64.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-06 12:24:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-06 12:24:32 +0200
commit0d42cba7e4871d2f099fd93e757556a0502d6714 (patch)
treed0e385f488bbf3d18f85ad24e432830feefebc61 /cmake/mingw-w64.cmake
parentf69ac22aa0dbe7218c33a374133c88e8f4e5a65a (diff)
cmake: add universally good build defaults
These were in the mingw-w64 toolchain file but it's good to have them in general.
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r--cmake/mingw-w64.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake
index 61bfa524..a6233514 100644
--- a/cmake/mingw-w64.cmake
+++ b/cmake/mingw-w64.cmake
@@ -110,8 +110,3 @@ endforeach()
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s" CACHE STRING "" FORCE)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s" CACHE STRING "" FORCE)
-set(CMAKE_BUILD_TYPE_INIT "RELEASE")
-
-if(NOT CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE)
-endif()