From df8c676c645b5b7221dd3daa1513b72491c0ca49 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Sat, 14 Dec 2024 14:03:48 +0100 Subject: [PATCH] bump CMake version to get rid of warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a41dca4..c935849 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ ######################################################################## # Project setup ######################################################################## -cmake_minimum_required(VERSION 3.7.2) +cmake_minimum_required(VERSION 3.10.0) # workaround for https://gitlab.kitware.com/cmake/cmake/issues/16967 if(${CMAKE_VERSION} VERSION_LESS "3.12.0")