Skip to content
Snippets Groups Projects
Commit 97adf642 authored by Logan Dethrow's avatar Logan Dethrow
Browse files

On Linux now use the default system python instead of defaulting to python2.5....

On Linux now use the default system python instead of defaulting to python2.5. This was a holdover from when on linden systems 2.5 was newer than the default, instead of older.
parent 1d5b9892
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ if (WINDOWS) ...@@ -23,7 +23,7 @@ if (WINDOWS)
elseif (EXISTS /etc/debian_version) elseif (EXISTS /etc/debian_version)
# On Debian and Ubuntu, avoid Python 2.4 if possible. # On Debian and Ubuntu, avoid Python 2.4 if possible.
find_program(PYTHON_EXECUTABLE python2.5 python2.3 python PATHS /usr/bin) find_program(PYTHON_EXECUTABLE python PATHS /usr/bin)
if (PYTHON_EXECUTABLE) if (PYTHON_EXECUTABLE)
set(PYTHONINTERP_FOUND ON) set(PYTHONINTERP_FOUND ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment