Skip to content
Snippets Groups Projects
Commit 204bddd2 authored by Stuart Mark James's avatar Stuart Mark James
Browse files

Flag correction

parent 6e9127f7
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ include(cmake/ReleaseVersion.cmake) ...@@ -23,7 +23,7 @@ include(cmake/ReleaseVersion.cmake)
# Options # Options
option(TEXT_TO_SPEECH_BUILD_TESTS "Build unit tests" ON) option(TEXT_TO_SPEECH_BUILD_TESTS "Build unit tests" ON)
option(TEXT_TO_SPEECH_BUILD_DEBUG_SYMBOLS "Build with debug symbol" ON) option(TEXT_TO_SPEECH_BUILD_DEBUG_SYMBOLS "Build with debug symbol" OFF)
option(TEXT_TO_SPEECH_LOG_TO_TANGO "Redirect the tts library logging to Tango" ON) option(TEXT_TO_SPEECH_LOG_TO_TANGO "Redirect the tts library logging to Tango" ON)
if(TEXT_TO_SPEECH_BUILD_TESTS) if(TEXT_TO_SPEECH_BUILD_TESTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment