From eefefdffd5a95345940d037e0cded2dfba1e12e8 Mon Sep 17 00:00:00 2001 From: Dave Cridland Date: Thu, 18 Jul 2024 09:32:05 +0100 Subject: [PATCH] Update cmake version to avoid download warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc1d0e7..9ad83cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.24) project(rapidxml) # GoogleTest requires at least C++14