diff options
author | click <click@gonnamakeyou.com> | 2012-11-26 22:42:23 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2012-11-26 22:42:23 +0100 |
commit | 4762ad726f9fb95c7236a8eb12e745ac8435469b (patch) | |
tree | ba0a41b4b65ad1aae91c6c259bb5c7c6e924b93c /cmake/macros | |
parent | bdbafc018414f9831d045a03cf8cefe1c8e9b6f6 (diff) |
Core/Buildsystem: Start cleaning up the mess created after "implementing" support for clang/OSX-based compiles - initial cleanup, more will come
If OSX-compile fucks up because of this, then report fixes on the tracker as usual, not through hotpatches going through other lead devs.
Diffstat (limited to 'cmake/macros')
-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 addc619207f..e08aaed8db2 100644 --- a/cmake/macros/CheckPlatform.cmake +++ b/cmake/macros/CheckPlatform.cmake @@ -11,8 +11,6 @@ include("${CMAKE_SOURCE_DIR}/cmake/platform/settings.cmake") if(WIN32) include("${CMAKE_SOURCE_DIR}/cmake/platform/win/settings.cmake") -elseif(APPLE) - include("${CMAKE_SOURCE_DIR}/cmake/platform/osx/settings.cmake") elseif(UNIX) include("${CMAKE_SOURCE_DIR}/cmake/platform/unix/settings.cmake") endif() |