MINGW-packages/mingw-w64-mlpack/0003-do-not-search-for-git.patch
مهدي شينون (Mehdi Chinoune) 17b37450cd mlpack: do not search for git
2023-01-03 13:18:24 +01:00

11 lines
306 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -419,7 +419,6 @@
# Determine whether or not this is a git repository, so that we can set the
# version number if necessary.
-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