From 0fc381d627089985a2a555c5230595b75f37234c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=B6hn?= Date: Thu, 4 Oct 2018 17:19:35 +0200 Subject: fix: moved comment as demanded by @metalstrolch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ändrad: CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea9ca9f68..e491d5abd 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -576,8 +576,6 @@ if(WIN32 OR WINCE) add_plugin(support/win32 "Windows detected" TRUE) SET(CMAKE_RC_COMPILE_OBJECT " -O coff -I ${CMAKE_CURRENT_SOURCE_DIR}/navit/gui/win32/resources -i -o ") - #speech/espeak does use windows threads, and therefore needs only parts of - #espeak lib. INTERNAL_ESPEAK_COMPLETE controls this. set_with_reason(binding/win32 "Windows detected" TRUE) # vehicle_file is broken for windows. use vehicle_wince instead @@ -644,6 +642,8 @@ if(WINCE) set_with_reason(vehicle/wince "wince detected" TRUE) set_with_reason(support/ezxml "Windows detected" TRUE) set_with_reason(speech/espeak "Windows detected" TRUE) + #speech/espeak does use windows threads, and therefore needs only parts of + #espeak lib. INTERNAL_ESPEAK_COMPLETE controls this. set_with_reason(INTERNAL_ESPEAK_COMPLETE "Windows detected" FALSE) set_with_reason(support/espeak "Windows detected" TRUE) endif() -- cgit v1.2.1