From: Erik Hofman Date: Fri, 5 Aug 2016 08:57:20 +0000 (+0200) Subject: AeonWave is off by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5a3882819ae3683bd424b16eabe6e6b97094339;p=simgear.git AeonWave is off by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a47086bc..999b7616 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ option(SIMGEAR_HEADLESS "Set to ON to build SimGear without GUI/graphics support option(ENABLE_RTI "Set to ON to build SimGear with RTI support" OFF) option(ENABLE_TESTS "Set to OFF to disable building SimGear's test applications" ON) option(ENABLE_SOUND "Set to OFF to disable building SimGear's sound support" ON) -option(USE_AEONWAVE "Set to ON to use AeonWave instead of OpenAL" ON) +option(USE_AEONWAVE "Set to ON to use AeonWave instead of OpenAL" OFF) option(ENABLE_PKGUTIL "Set to ON to build the sg_pkgutil application (default)" ON) option(ENABLE_DNS "Set to ON to use udns library and DNS service resolver" ON)