Skip to content

Commit b954f00

Browse files
bentleyTinoDidriksen
authored andcommitted
Set ICU include flags in cmake.
1 parent 80384c5 commit b954f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ endif()
137137

138138
# ICU
139139
find_package(ICU COMPONENTS i18n io uc REQUIRED)
140+
include_directories(${ICU_INCLUDE_DIRS})
140141

141142
# utf8cpp / utfcpp
142143
find_path(UTFCPP_INCLUDE_DIRS utf8.h PATH_SUFFIXES utf8cpp utfcpp utf8 REQUIRED)

0 commit comments

Comments
 (0)