summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-14 08:58:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-14 08:58:28 +0200
commit042a87e808e9ce4a1f58bbb4b9d673e61ce8b818 (patch)
treee7160fdabf5e23119280b99415bba86c6b2da567 /cmake
parentef900b344578249aab915625e33d991865cc3d08 (diff)
cmake: cleanup unused code
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-platform.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index e9ec7730..dac307eb 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -36,14 +36,6 @@ if(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG TRUE)
endif()
-if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE)
- if(MINGW)
- set(version-script mingw)
- else()
- set(version-script posix)
- endif()
-endif()
-
if(APPLE)
set(CMAKE_MACOSX_RPATH OFF)
set(apple-frameworks "-stdlib=libc++ -framework Cocoa -framework CoreFoundation -lobjc -lz -framework Carbon")