Skip to content

Commit

Permalink
Update vcpkg cmake_policy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwankyun committed Oct 16, 2024
1 parent 3ed372b commit 75903a4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions scripts/buildsystems/vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +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)
if(${CMAKE_VERSION} VERSION_LESS 3.31)
cmake_policy(VERSION 3.7.2)
else()
cmake_policy(VERSION 3.10)
endif()
cmake_policy(VERSION 3.7.2...3.10)

include(CMakeDependentOption)

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

cmake_policy(PUSH)
if(${CMAKE_VERSION} VERSION_LESS 3.31)
cmake_policy(VERSION 3.7.2)
else()
cmake_policy(VERSION 3.10)
endif()
cmake_policy(VERSION 3.7.2...3.10)

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

0 comments on commit 75903a4

Please sign in to comment.