1
0
Fork 0

Flags are carried over from SimGear, no need to specify them again.

This commit is contained in:
Bertrand Coconnier 2017-02-26 16:40:59 +01:00
parent ec4b9f8542
commit b7ec790426

View file

@ -167,8 +167,6 @@ option(ENABLE_YASIM "Set to ON to build FlightGear with YASIM FDM (default)
option(ENABLE_JSBSIM "Set to ON to build FlightGear with JSBSim FDM (default)" ON)
option(EVENT_INPUT "Set to ON to build FlightGear with event-based Input support" ${EVENT_INPUT_DEFAULT})
option(ENABLE_RTI "Set to ON to build FlightGear with RTI support" OFF)
option(ENABLE_GDAL "Set to ON to build FlightGear with GDAL support" OFF)
option(ENABLE_OPENMP "Set to ON to build FlightGear with OpenMP compiler support" OFF)
option(ENABLE_PROFILE "Set to ON to build FlightGear with gperftools profiling support" OFF)
option(SYSTEM_SQLITE "Set to ON to build FlightGear with the system's SQLite3 library" OFF)
option(ENABLE_IAX "Set to ON to build FlightGear with IAXClient/fgcom built-in (default)" ON)