--- 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
