From d94dd2013aec48bb3bfceda87b848542a6c225d3 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Thu, 4 Oct 2012 20:57:35 +0200 Subject: [PATCH] #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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fd2b3e2a..3013e9566 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)