Skip to content

Commit c057d08

Browse files
authored
CMake実行時に、HTS Engineがなくてもエラーで終了しないようにする (r9y9#2)
1 parent 427cfd7 commit c057d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if(HTS_ENGINE_INCLUDE_DIR AND HTS_ENGINE_LIB)
105105
target_link_libraries(openjtalk ${HTS_ENGINE_LIB})
106106
include_directories(openjtalk ${HTS_ENGINE_INCLUDE_DIR})
107107
else()
108-
message(FATAL_ERROR "Required HTSEngine not found")
108+
message("Required HTSEngine not found")
109109
endif()
110110

111111
# configuration for charset

0 commit comments

Comments
 (0)