aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/CheckPlatform.cmake
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-05-29 22:29:16 +0200
committerShauren <shauren.trinity@gmail.com>2015-05-29 22:29:16 +0200
commit1987d3187d1f14cf6dfcaf4f63861db806ad06cc (patch)
tree5827c1b105d5ef0b3f3c6e4a02256ec7fa3984b9 /cmake/macros/CheckPlatform.cmake
parent470d2bd4588fa6badece1be79f337dc57d89dda0 (diff)
Buildsystem: Removed handling for -DPREFIX shortcut for -DCMAKE_INSTALL_PREFIX cmake option, it an internal cmake variable since version 3.2
Diffstat (limited to 'cmake/macros/CheckPlatform.cmake')
-rw-r--r--cmake/macros/CheckPlatform.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/macros/CheckPlatform.cmake b/cmake/macros/CheckPlatform.cmake
index e08aaed8db2..0f41a9c127e 100644
--- a/cmake/macros/CheckPlatform.cmake
+++ b/cmake/macros/CheckPlatform.cmake
@@ -7,8 +7,6 @@ else()
MESSAGE(STATUS "Detected 32-bit platform")
endif()
-include("${CMAKE_SOURCE_DIR}/cmake/platform/settings.cmake")
-
if(WIN32)
include("${CMAKE_SOURCE_DIR}/cmake/platform/win/settings.cmake")
elseif(UNIX)