16 lines
349 B
Diff
16 lines
349 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -19,11 +19,10 @@
|
|
endif()
|
|
|
|
# Retrieve ABINIT version
|
|
-file (STRINGS ".current_version" ABI_VERSION)
|
|
|
|
project(abinit
|
|
LANGUAGES C CXX Fortran
|
|
- VERSION ${ABI_VERSION}
|
|
+ VERSION 10.4.7
|
|
HOMEPAGE_URL https://www.abinit.org/
|
|
DESCRIPTION "ABINIT is an atomic-scale simulation software suite.")
|
|
|