From 8da690a2b7d053b01c716feb24d157a866bb8080 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 20 May 2014 10:52:59 +0200 Subject: [PATCH] set ENABLE_FLITE=On as default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9afd0951..7a98dd1f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,7 @@ option(ENABLE_JS_DEMO "Set to ON to build the js_demo application (default)" option(ENABLE_METAR "Set to ON to build the metar application (default)" ON) option(ENABLE_TESTS "Set to ON to build test applications (default)" ON) option(ENABLE_FGCOM "Set to ON to build the FGCom application (default)" ON) -option(ENABLE_FLITE "Set to ON to build the Flite text-to-speech module" OFF) +option(ENABLE_FLITE "Set to ON to build the Flite text-to-speech module" ON) if(LOGGING) # nothing