We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ae81da + a98b81d commit 4dece97Copy full SHA for 4dece97
shared/ICU/CMakeLists.txt
@@ -547,14 +547,6 @@ target_link_libraries(icuin PRIVATE
547
set_target_properties(icuin PROPERTIES
548
OUTPUT_NAME icuin${PROJECT_VERSION_MAJOR})
549
550
-if(DEFINED BUILD_DATA AND NOT BUILD_DATA)
551
- install(TARGETS icuuc icuin
552
- ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
553
- LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
554
- RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})
555
- return()
556
-endif()
557
-
558
if(BUILD_TOOLS)
559
add_library(icutu
560
source/tools/toolutil/collationinfo.cpp
0 commit comments