From 9097f8aac30ca0e70a8d04c5dc06ada41f07262a Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Sun, 9 Feb 2014 14:10:42 +0100 Subject: [PATCH] Set JSBSim terrain handling code default to ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 817733681..6b67ac48e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)