1
0
Fork 0

#893: add missing docs for cmake build option. Thanks to koubiwan.

SIMGEAR_SHARED actually worked for FG, but the option wasn't visible in
cmake-gui.
This commit is contained in:
ThorstenB 2012-10-04 20:57:35 +02:00
parent 74f07982bd
commit d94dd2013a

View file

@ -95,6 +95,7 @@ else()
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(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)