blob: d315d0c9420ba15d7da0247edcad6e856e063ba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- CMakeLists.txt.orig 2024-03-16 03:53:23 UTC
+++ CMakeLists.txt
@@ -395,14 +395,14 @@ endif(QE_ENABLE_MPI)
###########################################################
# Git
###########################################################
-find_package(Git 2.13 REQUIRED)
-if(EXISTS ${qe_SOURCE_DIR}/.git)
- message(STATUS "Source files are cloned from a git repository.")
- set(IS_GIT_PROJECT 1)
- include(GitInfo)
-else()
- message(STATUS "Source files are not cloned from a git repository.")
-endif()
+#find_package(Git 2.13 REQUIRED)
+#if(EXISTS ${qe_SOURCE_DIR}/.git)
+# message(STATUS "Source files are cloned from a git repository.")
+# set(IS_GIT_PROJECT 1)
+# include(GitInfo)
+#else()
+# message(STATUS "Source files are not cloned from a git repository.")
+#endif()
###########################################################
# Lapack
|