From 4520c5fccc2080ff47542370fc3f3f258aaefba0 Mon Sep 17 00:00:00 2001 From: martin-s Date: Tue, 25 Jan 2011 13:58:05 +0000 Subject: [PATCH] Fix:Build:Temporary disable intl_cmake on msvc git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4009 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/navit/CMakeLists.txt b/navit/CMakeLists.txt index c02c695..711799b 100644 --- a/navit/CMakeLists.txt +++ b/navit/CMakeLists.txt @@ -328,12 +328,11 @@ if(WIN32 OR WINCE) if(MSVC) add_plugin(support/xgetopt "Windows detected" TRUE) + add_plugin(intl_cmake "not yet supported on msvc" FALSE) else(MSVC) set(ENABLE_NLS TRUE) - add_plugin(intl_cmake "windows detected" TRUE) endif(MSVC) - set(USE_LIBGNUINTL TRUE) endif() if (WIN32) set(HAVE_API_WIN32 1) -- 2.7.4