mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
360 B
Text
11 lines
360 B
Text
--- 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
|