]> git.mxchange.org Git - flightgear.git/commitdiff
Fix where we set OS-X deployment target.
authorJames Turner <zakalawe@mac.com>
Tue, 24 Feb 2015 12:35:26 +0000 (12:35 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 24 Feb 2015 12:35:26 +0000 (12:35 +0000)
CMakeLists.txt

index f22da954a577b8437cc0df7b8cbdb7f0d7590153..3ee613db64b304a1e6f4010380cff72f2d390f8b 100644 (file)
@@ -14,12 +14,11 @@ if(COMMAND cmake_policy)
    endif()
 endif()
 
-# set this before project()
+project(FlightGear)
+
 # using 10.7 because boost requires libc++ and 10.6 doesn't include it
 set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
 
-project(FlightGear)
-
 # We have some custom .cmake scripts not in the official distribution.
 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeModules;${CMAKE_MODULE_PATH}")