Fix where we set OS-X deployment target.
This commit is contained in:
parent
1898a5fef8
commit
f36c81c8cb
1 changed files with 2 additions and 3 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue