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 f24f0c5 commit 955e5a9Copy full SHA for 955e5a9
shared/ICU/CMakeLists.txt
@@ -546,6 +546,10 @@ target_link_libraries(icuin PRIVATE
546
set_target_properties(icuin PROPERTIES
547
OUTPUT_NAME icuin${PROJECT_VERSION_MAJOR})
548
549
+if(NOT BUILD_DATA)
550
+ return()
551
+endif()
552
+
553
if(BUILD_TOOLS)
554
add_library(icutu
555
source/tools/toolutil/collationinfo.cpp
0 commit comments