mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[vcpkg] Set CMP0174 NEW (#42045)
This commit is contained in:
parent
dcbe2059b3
commit
a4e38a55c2
1 changed files with 4 additions and 0 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue