We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9287d48 commit c7afce3Copy full SHA for c7afce3
CoreFoundation/CMakeLists.txt
@@ -352,15 +352,16 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux OR CMAKE_SYSTEM_NAME STREQUAL Android)
352
target_include_directories(CoreFoundation
353
PRIVATE
354
${CURL_INCLUDE_DIRS})
355
+ find_package(ICU COMPONENTS uc i18n REQUIRED)
356
+ target_include_directories(CoreFoundation
357
+ PRIVATE
358
+ ${ICU_INCLUDE_DIR})
359
else()
360
361
362
"/usr/include"
363
"/usr/include/libxml2")
364
endif()
-target_include_directories(CoreFoundation
- PRIVATE
- ${ICU_INCLUDE_DIR})
365
366
target_compile_options(CoreFoundation
367
0 commit comments