From 042a87e808e9ce4a1f58bbb4b9d673e61ce8b818 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 14 Jul 2016 08:58:28 +0200 Subject: cmake: cleanup unused code --- cmake/opentrack-platform.cmake | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cmake/opentrack-platform.cmake') 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") -- cgit v1.2.3