X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=f8553454e040e954eb0342b45da86ef37ef048fb;hb=59883995be556ef9e525aa7f56e3f088155e9d09;hp=3f21c16453f0ebe32fc861f385017709d504d0cf;hpb=8f0f67f668e85db1213704b3815e3c8e98a68443;p=flightgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f21c1645..f8553454e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ option(ENABLE_YASIM "Set to ON to build FlightGear with YASIM FDM" ON) option(ENABLE_JSBSIM "Set to ON to build FlightGear with JSBSim FDM" ON) option(ENABLE_FGADMIN "Set to ON to build FlightGear with FGADMIN" ON) option(EVENT_INPUT "Set to ON to build FlightGear with event-based Input support" OFF) -option(ENABLE_LIBSVN "Set to ON to build FlightGear/terrasync with libsvnclient support" OFF) +option(ENABLE_LIBSVN "Set to ON to build FlightGear/terrasync with libsvnclient support" ON) option(WITH_FGPANEL "Set to ON to build the fgpanel application" ON) set(MSVC_3RDPARTY_ROOT NOT_FOUND CACHE PATH "Location where the third-party dependencies are extracted") @@ -66,12 +66,6 @@ else() set(FG_NDEBUG 1) endif() -if(WITH_FGPANEL) - message(STATUS "Will build fgpanel") -else() - message(STATUS "Will NOT build fgpanel") -endif() - if(SP_FDMS) set(ENABLE_SP_FDM 1) endif()