From b484b251c7f39182ff688b3a3517ebae8652b7b5 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 30 Apr 2025 21:06:39 +0200 Subject: [PATCH] build: Bump minimum CMake version to 3.20 for C++23 support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3f82c3bb..7a19edf40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # ############################################################################## # Required CMake version # # ############################################################################## -cmake_minimum_required(VERSION 3.13..3.13) +cmake_minimum_required(VERSION 3.20..3.20) # ############################################################################## # Project name #