We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427cfd7 commit c057d08Copy full SHA for c057d08
src/CMakeLists.txt
@@ -105,7 +105,7 @@ if(HTS_ENGINE_INCLUDE_DIR AND HTS_ENGINE_LIB)
105
target_link_libraries(openjtalk ${HTS_ENGINE_LIB})
106
include_directories(openjtalk ${HTS_ENGINE_INCLUDE_DIR})
107
else()
108
- message(FATAL_ERROR "Required HTSEngine not found")
+ message("Required HTSEngine not found")
109
endif()
110
111
# configuration for charset
0 commit comments