ports/math/mlpack/files/patch-CMakeLists.txt
2022-11-15 23:26:28 -08:00

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