mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Make ICU no longer a required dependency
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user