From 438ac4df39da682a187ee88f30cd7fc7bc0966d3 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 3 Feb 2023 14:06:30 +0100 Subject: [PATCH] CMake: Update minimum required version to 3.19 Fixes #2 #3 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a561e3e..34a6b25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,7 @@ # Define the CMake project and configure CMake # ############################################################################## -# FetchContent_MakeAvailable() was introduced in 3.14 -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.19) project( cargo -- GitLab