Skip to content

Commit

Permalink
Set python min version to 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 13, 2019
1 parent 376a4bf commit 0bc1bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/python.cmake
Expand Up @@ -4,7 +4,7 @@

# Try to find version 3. If not, we fall back to version 2.
find_package(PythonInterp QUIET 3)
find_package(PythonInterp QUIET)
find_package(PythonInterp QUIET 2.4)

# Looking for PythonLibs will use the version of the intpreter found to
# tell it which version of the libraries to use.
Expand Down

0 comments on commit 0bc1bf8

Please sign in to comment.