diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-07-05 13:14:14 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-07-05 13:14:14 +0000 |
commit | d7dd7c16a30a2cecb0e288d989ce1e291766b211 (patch) | |
tree | 2d4597f3c5702b275c3b0177dff041a9c7203f31 /CMakeLists.txt | |
parent | 6e4a9b558f263f1939bfccb859eda6854fd33f7c (diff) | |
download | navit-d7dd7c16a30a2cecb0e288d989ce1e291766b211.tar.gz |
Fix:Build:Avoid setting win32 stuff under wince
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4579 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad9510719..033cd90e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -396,7 +396,7 @@ if(WIN32 OR WINCE) set(XSLTS "windows;${XSLTS}" CACHE STRING "define a semicolon seperated list of XSLTs to process") endif() -if (WIN32) +if (WIN32 AND NOT WINCE) set(HAVE_API_WIN32 1) set(HAVE_STDINT_H 1) #set(BUILD_MAPTOOL FALSE) |