Fix hts_engine cmake error
This commit is contained in:
parent
14c918a7ef
commit
1c5c1b2cb1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||
endif()
|
||||
|
||||
find_package(HtsEngine)
|
||||
if(FLITE_FOUND)
|
||||
if(HTS_ENGINE_FOUND)
|
||||
set(SYSTEM_HTS_ENGINE_DEFAULT 1)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue