We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1692d30 + 9773432 commit 5caa454Copy full SHA for 5caa454
tests/libgit2/CMakeLists.txt
@@ -1,5 +1,9 @@
1
# tests: the unit and integration tests for libgit2
2
3
+if(NOT "${CMAKE_VERSION}" VERSION_LESS 3.27)
4
+ cmake_policy(SET CMP0148 OLD)
5
+endif()
6
+
7
set(Python_ADDITIONAL_VERSIONS 3 2.7)
8
find_package(PythonInterp)
9
tests/util/CMakeLists.txt
# util: the unit tests for libgit2's utility library
0 commit comments