X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=3ee613db64b304a1e6f4010380cff72f2d390f8b;hb=0fcfbe9221b84357c25266cecc34ac2f17bb6d14;hp=f22da954a577b8437cc0df7b8cbdb7f0d7590153;hpb=84b240b84cad78a39f59b9cc8b926efb2e11b2fa;p=flightgear.git 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}")