From 9ce3e4dc93877c9fda7a4001465c2554040a22a6 Mon Sep 17 00:00:00 2001 From: sss Date: Thu, 31 Jul 2025 12:23:15 -0400 Subject: [PATCH] Update minimum cmake version to 3.10. Get rid of cmake deprecation warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 556667f..13ccf4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################# # CMakeLists to build CondDBMySQL -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) #################################################################