From a68416e68169913d6e4641a0d9e1bae7322e6e50 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Wed, 7 Nov 2012 10:43:31 +0000 Subject: OSX: some more version target cleanups and corrections --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b53c6f6b71f..8ab4515e77c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,7 +291,7 @@ if(APPLE) message(STATUS "Detected system-version: " ${OSX_SYSTEM}) if(NOT CMAKE_OSX_DEPLOYMENT_TARGET) - set(CMAKE_OSX_DEPLOYMENT_TARGET "10.5" CACHE STRING "" FORCE) # 10.5 is our minimum target, if you have higher sdk, weak linking happens + set(CMAKE_OSX_DEPLOYMENT_TARGET "10.6" CACHE STRING "" FORCE) # 10.6 is our minimum target, if you have higher sdk, weak linking happens - with 10.5 we have a still not solved problems, build those with 10.5.sdk !!! endif() if(${CMAKE_GENERATOR} MATCHES "Xcode") -- cgit v1.2.3