]> git.mxchange.org Git - flightgear.git/commitdiff
Fix hts_engine cmake error
authorTorsten Dreyer <torsten@t3r.de>
Wed, 30 Apr 2014 07:26:58 +0000 (09:26 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Wed, 30 Apr 2014 07:26:58 +0000 (09:26 +0200)
CMakeLists.txt

index 311d5682faaea849d8d86691e197653439e5ffc2..508552c69daf073edaed7525da3fea3f2134caaa 100644 (file)
@@ -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()