]> git.proxmox.com Git - libgit2.git/commitdiff
Fix autopkgtest regression with CMake 3.19+
authorTimo Röhling <roehling@debian.org>
Tue, 5 Oct 2021 18:42:45 +0000 (20:42 +0200)
committerTimo Röhling <roehling@debian.org>
Tue, 5 Oct 2021 18:42:45 +0000 (20:42 +0200)
Closes: #994494
debian/tests/CMakeLists.txt

index 24e8efe2ef047bafefc27b09b0ca13b58cb37535..46241b779de7f6f3fa7ed4fd1f4432f94866212f 100644 (file)
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED (VERSION 3.7)
 PROJECT (libgit2_test)
  
 ADD_EXECUTABLE (libgit2_test libgit2_test.c)