]> git.mxchange.org Git - flightgear.git/commitdiff
set ENABLE_FLITE=On as default
authorTorsten Dreyer <torsten@t3r.de>
Tue, 20 May 2014 08:52:59 +0000 (10:52 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Tue, 20 May 2014 08:52:59 +0000 (10:52 +0200)
CMakeLists.txt

index c9afd0951ef4d1e72047ec0f845d8818fbb7f2b2..7a98dd1f1471c10f076818220a46df2bb2e1b527 100644 (file)
@@ -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