]> git.mxchange.org Git - flightgear.git/commitdiff
Set JSBSim terrain handling code default to ON
authorErik Hofman <erik@ehofman.com>
Sun, 9 Feb 2014 13:10:42 +0000 (14:10 +0100)
committerErik Hofman <erik@ehofman.com>
Sun, 9 Feb 2014 13:10:42 +0000 (14:10 +0100)
CMakeLists.txt

index 817733681322574f2bfaa888bc64fe481cbdb40b..6b67ac48e257c13049bc54c8903873d9516c6cdc 100644 (file)
@@ -142,7 +142,7 @@ endif()
 # FlightGear build options
 option(SIMGEAR_SHARED    "Set to ON when SimGear was built as a shared library" OFF)
 option(LOGGING           "Set to ON to build FlightGear with logging support (default)" ON)
-option(JSBSIM_TERRAIN    "Set to ON to build FlightGear with JSBSim terrain handling code" OFF)
+option(JSBSIM_TERRAIN    "Set to ON to build FlightGear with JSBSim terrain handling code" ON)
 option(SP_FDMS           "Set to ON to build FlightGear with special-purpose FDMs" OFF)
 option(ENABLE_UIUC_MODEL "Set to ON to build FlightGear with UIUCModel FDM" OFF)
 option(ENABLE_LARCSIM    "Set to ON to build FlightGear with LaRCsim FDM" OFF)