Update cmake and vcprojs to reference ICU correctly

This commit is contained in:
Thomas Krijnen
2012-01-31 08:53:53 +00:00
parent 644ff7c033
commit 5ebc23656a
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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)