Skip to content

Commit 4dece97

Browse files
authored
Merge pull request #291 from apple/eng/revert-build-data
Revert "[icu] not building BUILD_DATA should still have an install ta…
2 parents 9ae81da + a98b81d commit 4dece97

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

shared/ICU/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -547,14 +547,6 @@ target_link_libraries(icuin PRIVATE
547547
set_target_properties(icuin PROPERTIES
548548
OUTPUT_NAME icuin${PROJECT_VERSION_MAJOR})
549549

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-
558550
if(BUILD_TOOLS)
559551
add_library(icutu
560552
source/tools/toolutil/collationinfo.cpp

0 commit comments

Comments
 (0)