set ENABLE_FLITE=On as default
This commit is contained in:
parent
5b74a72506
commit
8da690a2b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue