vcpkg/ports/icu/vcpkg-cmake-wrapper.cmake
Kai Pastor cd08228e4a
[icu] Update to 72.1 (#28794)
* [icu] Update

* Cleanup
2023-01-09 01:14:24 -08:00

9 lines
194 B
CMake

cmake_policy(PUSH)
cmake_policy(SET CMP0057 NEW)
if(NOT "COMPONENTS" IN_LIST ARGS)
_find_package(${ARGS} COMPONENTS data)
else()
_find_package(${ARGS})
endif()
cmake_policy(POP)