From 1df72589932ff5fe1a315431147b18fff0f154e1 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 4 Aug 2023 20:32:57 -0400 Subject: [PATCH] Updated CMakeLists.txt Updated the minimum version of cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2958d5..5294329 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10.2) +cmake_minimum_required(VERSION 3.20.6) if(NOT DEFINED VCPKG_ROOT_PATH) set(VCPKG_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/vcpkg)