]> git.mxchange.org Git - flightgear.git/commit
Allow using the system version of flite and the HTS engine
authorTorsten Dreyer <torsten@t3r.de>
Mon, 28 Apr 2014 19:33:48 +0000 (21:33 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Mon, 28 Apr 2014 19:33:48 +0000 (21:33 +0200)
commit6ee2fcdd9eec7aa0e4e3e8b50fe32a60136fe153
treedb5a55a0e32d40fd9e18f37a527867f07e70872f
parent4d4e1a237165768e9abcf98a4251a9cefacb5093
Allow using the system version of flite and the HTS engine

By default, if the system version exists and can be used,
then it will be used. Otherwise, the local version will be used

Original patch by  Saikrishna Arcot via
https://gitorious.org/fg/flightgear/merge_requests/1582
slightly modified
3rdparty/CMakeLists.txt
3rdparty/flite_hts_engine/CMakeLists.txt
CMakeLists.txt
CMakeModules/FindFlite.cmake [new file with mode: 0644]
CMakeModules/FindHtsEngine.cmake [new file with mode: 0644]
src/Main/CMakeLists.txt