Skip to content

Commit

Permalink
Update cmake_policy in vcpkg (#41574)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Pastor <dg0yt@darc.de>
  • Loading branch information
gwankyun and dg0yt authored Nov 19, 2024
1 parent c69fb9b commit db49246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/buildsystems/vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(CMAKE_VERSION VERSION_LESS Z_VCPKG_CMAKE_REQUIRED_MINIMUM_VERSION)
message(FATAL_ERROR "vcpkg.cmake requires at least CMake ${Z_VCPKG_CMAKE_REQUIRED_MINIMUM_VERSION}.")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 3.7.2)
cmake_policy(VERSION 3.16)

include(CMakeDependentOption)

Expand Down Expand Up @@ -875,7 +875,7 @@ macro("${VCPKG_OVERRIDE_FIND_PACKAGE_NAME}" z_vcpkg_find_package_package_name)
endmacro()

cmake_policy(PUSH)
cmake_policy(VERSION 3.7.2)
cmake_policy(VERSION 3.16)

set(VCPKG_TOOLCHAIN ON)
set(Z_VCPKG_UNUSED "${CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION}")
Expand Down

0 comments on commit db49246

Please sign in to comment.