From 1935ce7161f941ce2f18b9200991a489909385e2 Mon Sep 17 00:00:00 2001 From: David Rocha Date: Wed, 28 May 2025 08:40:44 +0000 Subject: [PATCH] bump cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83698a7..6490845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(it2s-itss-facilities C) -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) SET(BUILD_SHARED_LIBS ON) SET(CMAKE_INSTALL_PREFIX "/usr")