From 610f36e4f5ce36793bd744743375d5c267e0c4f3 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Mon, 28 Jun 2021 23:20:44 -0700 Subject: [PATCH] [vcpkg] Update the minimum version of vcpkg --- scripts/ports.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ports.cmake b/scripts/ports.cmake index d91c81b0b284e7..a17c5f80aa1ec2 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -26,7 +26,7 @@ endif() list(APPEND CMAKE_MODULE_PATH "${SCRIPTS}/cmake") include("${SCRIPTS}/cmake/vcpkg_minimum_required.cmake") -vcpkg_minimum_required(VERSION 2021-01-13) +vcpkg_minimum_required(VERSION 2021-05-05) file(TO_CMAKE_PATH "${BUILDTREES_DIR}" BUILDTREES_DIR) file(TO_CMAKE_PATH "${PACKAGES_DIR}" PACKAGES_DIR)