From 6a87f9084f21536ff0f44a074ee44b56c55e1daa Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 23 Jan 2024 13:45:50 +0100 Subject: [PATCH] cmake: bump the cmake minimum required version to 3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 965e843..20324b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # @date 2017-04-26 # ### -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required(VERSION 3.12) project (HQR C) # Check if compiled independently or within another project -- GitLab