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