Skip to content

Commit

Permalink
libe57 doens't actually use icu
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 2, 2019
1 parent 12b20f7 commit 06c65dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/e57/libE57Format/CMakeLists.txt
Expand Up @@ -85,8 +85,8 @@ set( XML_INCLUDE_DIRS ${XercesC_INCLUDE_DIR} )

if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
add_definitions(-DLINUX)
find_package(ICU REQUIRED)
set(XML_INCLUDE_DIRS ${XML_INCLUDE_DIRS} ${ICU_INCLUDE_DIRS})
# find_package(ICU REQUIRED)
# set(XML_INCLUDE_DIRS ${XML_INCLUDE_DIRS} ${ICU_INCLUDE_DIRS})
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
add_definitions(-DMACOS)
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
Expand Down

0 comments on commit 06c65dc

Please sign in to comment.