#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:
parent
74f07982bd
commit
d94dd2013a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue