From c24df5734cf38037f46bfd49f5a29180ec67bce0 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 9 Mar 2023 14:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'CMakeLists.txt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59ed8da..e3b0762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,7 @@ option(SYSTEM_CPPUNIT "Set to ON to build Flightgear with the system's CppUni # additional utilities option(ENABLE_FGELEV "Set to ON to build the fgelev application (default)" ON) -option(WITH_FGPANEL "Set to ON to build the fgpanel application" ON) +option(WITH_FGPANEL "Set to ON to build the fgpanel application" OFF) option(ENABLE_FGVIEWER "Set to ON to build the fgviewer application (default)" ON) option(ENABLE_GPSSMOOTH "Set to ON to build the GPSsmooth application (default)" ON) option(ENABLE_FGJS "Set to ON to build the fgjs application (default)" ON)