aboutsummaryrefslogtreecommitdiffstats
path: root/science/quantum-espresso/files/patch-CMakeLists.txt
blob: 40e483c19d1393e0b72c4d4188f81d4928edebb0 (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	2025-08-19 09:57:12 UTC
+++ CMakeLists.txt
@@ -415,14 +415,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