]> git.mxchange.org Git - flightgear.git/commitdiff
#893: add missing docs for cmake build option. Thanks to koubiwan.
authorThorstenB <brehmt@gmail.com>
Thu, 4 Oct 2012 18:57:35 +0000 (20:57 +0200)
committerThorstenB <brehmt@gmail.com>
Thu, 4 Oct 2012 18:57:35 +0000 (20:57 +0200)
SIMGEAR_SHARED actually worked for FG, but the option wasn't visible in
cmake-gui.

CMakeLists.txt

index 3fd2b3e2afd609dbda530454b57bf97c6dc4adac..3013e9566a512ef8b3f6bee293ea86e721371037 100644 (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)