Make ICU no longer a required dependency

This commit is contained in:
Thomas Krijnen
2011-09-27 19:30:53 +00:00
parent 9edbe7e6c3
commit a9143655c3
3 changed files with 29 additions and 3 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ FIND_LIBRARY(icu "icuuc" /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64)
IF(icu)
MESSAGE(STATUS "ICU libraries found")
ELSE()
MESSAGE(FATAL_ERROR "Unable to find ICU library files, aborting")
MESSAGE(STATUS "Unable to find ICU library files, aborting")
ADD_DEFINITIONS(-DHAVE_ICU)
ENDIF()
INCLUDE(CheckIncludeFileCXX)