Skip to content

Commit

Permalink
1.4.0 Update CMake and ready to import python API
Browse files Browse the repository at this point in the history
  • Loading branch information
aamaricci committed Sep 4, 2024
1 parent e854781 commit 3d07b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit 3d07b2f

Please sign in to comment.