From 8bbb56b168dc0693a68befeea1d0151b12c7f41f Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 30 Oct 2023 17:58:50 +0100
Subject: [PATCH] CMake: require 3.10

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index de32838..673eea8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@
 # details.  You should have received a copy of the GNU Lesser General Public
 # License along with hpp-statistics  If not, see <http://www.gnu.org/licenses/>.
 
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.10)
 
 set(PROJECT_NAME hpp-statistics)
 set(PROJECT_DESCRIPTION "Classes for doing statistics.")
-- 
GitLab