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 955e5a9 commit 4c12ddfCopy full SHA for 4c12ddf
shared/ICU/CMakeLists.txt
@@ -546,7 +546,11 @@ target_link_libraries(icuin PRIVATE
546
set_target_properties(icuin PROPERTIES
547
OUTPUT_NAME icuin${PROJECT_VERSION_MAJOR})
548
549
-if(NOT BUILD_DATA)
+if(DEFINED BUILD_DATA AND NOT BUILD_DATA)
550
+ install(TARGETS icuuc icuin
551
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
552
+ LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
553
+ RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})
554
return()
555
endif()
556
0 commit comments