zeek/auxil/vcpkg/ports/icu/vcpkg-cmake-wrapper.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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)