blob: e6e9b8ed6fe4f25d5c091037faadcd731706efc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2022-10-24 13:40:50 UTC
+++ CMakeLists.txt
@@ -420,7 +420,7 @@ endif ()
# Determine whether or not this is a git repository, so that we can set the
# version number if necessary.
-find_package(Git)
+#find_package(Git)
set (USING_GIT "NO")
if (GIT_FOUND)
# Run 'git rev-parse HEAD' to find out if this is a working copy. If the
|