early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/icu/vcpkg-cmake-wrapper.cmake
vendored
Executable file
6
externals/vcpkg/ports/icu/vcpkg-cmake-wrapper.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
list(FIND ARGS "COMPONENTS" COMPONENTS_IDX)
|
||||
if(COMPONENTS_IDX EQUAL -1)
|
||||
_find_package(${ARGS} COMPONENTS data)
|
||||
else()
|
||||
_find_package(${ARGS})
|
||||
endif()
|
||||
Reference in New Issue
Block a user