From 5566caa124a74c21104faef6e445376c5c113d53 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Thu, 14 Dec 2023 10:26:58 +0100 Subject: [PATCH] Upgraded to cmake 3.5 to avoid warnings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6111412..2429881 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # The full license is in the file LICENSE, distributed with this software. # ############################################################################ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(xtl) set(XTL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)