This was missed from the previous commit, which was only tested
using the autotools.
option(ENABLE_LARCSIM "Set to ON to build FlightGear with LaRCsim FDM" ON)
option(ENABLE_YASIM "Set to ON to build FlightGear with YASIM FDM" ON)
option(ENABLE_JSBSIM "Set to ON to build FlightGear with JSBSim FDM" ON)
-
-option(ATCDCL "Set to ON to build FlightGear with Dave Luff's ATC code" OFF)
option(EVENT_INPUT "Set to ON to build FlightGear with event-based Input support" OFF)
if(LOGGING)
set(ENABLE_SP_FDM 1)
endif()
-if(ATCDCL)
- set(ENABLE_ATCDCL 1)
-endif()
-
if(EVENT_INPUT)
message(STATUS "checking event-based Input")
IF(APPLE)