$NetBSD$ --- Source/WTF/CMakeLists.txt.orig 2020-08-12 09:17:54.000000000 +0000 +++ Source/WTF/CMakeLists.txt @@ -3,9 +3,3 @@ include(WebKitCommon) set_property(DIRECTORY . PROPERTY FOLDER "WTF") add_subdirectory(wtf) - -# Apple builds have the ICU headers checked into ${WTF_DIR}/icu -# Copy them into ${ICU_INCLUDE_DIRS} so the build behaves like find_package was used -if (APPLE) - file(COPY ${WTF_DIR}/icu/unicode DESTINATION ${ICU_INCLUDE_DIRS}) -endif ()