Skip to content

Commit f15a679

Browse files
authored
Merge pull request libgit2#5913 from lhchavez/python3
Make `FIND_PACKAGE(PythonInterp)` prefer `python3`
2 parents 84ce974 + b7dce05 commit f15a679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SET(Python_ADDITIONAL_VERSIONS 3 2.7)
12
FIND_PACKAGE(PythonInterp)
23

34
IF(NOT PYTHONINTERP_FOUND)

0 commit comments

Comments
 (0)