diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-05-29 22:29:16 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-05-29 22:29:16 +0200 |
commit | 1987d3187d1f14cf6dfcaf4f63861db806ad06cc (patch) | |
tree | 5827c1b105d5ef0b3f3c6e4a02256ec7fa3984b9 /cmake/macros/CheckPlatform.cmake | |
parent | 470d2bd4588fa6badece1be79f337dc57d89dda0 (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.cmake | 2 |
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) |