From ac09675f794c81810ad09a76746a6f109b7eeccc Mon Sep 17 00:00:00 2001 From: "Marios S. Kyriakou" Date: Sun, 21 Apr 2024 11:48:43 +0300 Subject: [PATCH] update cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fdcd7c..511d6e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ # CMake is available at https://cmake.org/download/ # -cmake_minimum_required (VERSION 2.8.8) +cmake_minimum_required (VERSION 3.5.2) project(EPANET)