From 5ebc23656af7e437962257163637a6635c79a285 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 31 Jan 2012 08:53:53 +0000 Subject: [PATCH] Update cmake and vcprojs to reference ICU correctly --- cmake/CMakeLists.txt | 4 ++-- win/IfcMax.vcproj | 4 ++-- win/IfcObj.vcproj | 4 ++-- win/IfcParseExamples.vcproj | 4 ++-- win/IfcWrap.vcproj | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 7eefdbdf8a..df9ef1c781 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -40,9 +40,9 @@ FIND_LIBRARY(icu "icuuc" /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64) IF(icu) MESSAGE(STATUS "ICU libraries found") + ADD_DEFINITIONS(-DHAVE_ICU) ELSE() - MESSAGE(STATUS "Unable to find ICU library files, continuing") - ADD_DEFINITIONS(-DHAVE_ICU) + MESSAGE(STATUS "Unable to find ICU library files, continuing") ENDIF() INCLUDE(CheckIncludeFileCXX) diff --git a/win/IfcMax.vcproj b/win/IfcMax.vcproj index 0f08e563b2..e8e107280f 100644 --- a/win/IfcMax.vcproj +++ b/win/IfcMax.vcproj @@ -61,7 +61,7 @@ /> @@ -130,7 +130,7 @@ />