1
0
Fork 0

Fix where we set OS-X deployment target.

This commit is contained in:
James Turner 2015-02-24 12:35:26 +00:00
parent 1898a5fef8
commit f36c81c8cb

View 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}")