From 3d07b2f747079e5ffca313e51aff18f88971bb72 Mon Sep 17 00:00:00 2001 From: Adriano Amaricci Date: Wed, 4 Sep 2024 08:43:43 +0200 Subject: [PATCH] 1.4.0 Update CMake and ready to import python API --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c51e49d..3c67d64b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ ################################################## # DMFTED PROJECT ################################################## -CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0) PROJECT(edipack2 Fortran) -SET(VERSION 0.4.7) +SET(VERSION 1.4.0) MESSAGE(STATUS "OS: ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}")