From f092f000faf19938aaa9b194b93a14580bbb1131 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Fri, 5 Aug 2016 10:57:20 +0200 Subject: [PATCH] AeonWave is off by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abb82f41..3525f66d 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)