[vcpkg] Set CMP0174 NEW (#42045)

This commit is contained in:
Kai Pastor 2024-11-16 00:46:13 +01:00 committed by GitHub
parent dcbe2059b3
commit a4e38a55c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,8 @@
cmake_minimum_required(VERSION 3.21)
if(POLICY CMP0174)
# Use CMake 3.31 behavior for cmake_parse_arguments(PARSE_ARGV)
cmake_policy(SET CMP0174 NEW)
endif()
# Remove CMAKE_ variables from the script call
foreach(i RANGE 0 "${CMAKE_ARGC}")