From f36c81c8cbf77d97f3b14b17c7e061e4dda6f666 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 24 Feb 2015 12:35:26 +0000 Subject: [PATCH] Fix where we set OS-X deployment target. --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f22da954a..3ee613db6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")