mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
cd08228e4a
* [icu] Update * Cleanup
9 lines
194 B
CMake
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)
|