Skip to content
Snippets Groups Projects
Commit fe351dc6 authored by Robert K's avatar Robert K Committed by Robert Kloefkorn
Browse files

[bugfix][Python] find newest version first.

parent 433eac4e
No related branches found
No related tags found
1 merge request!692Fix python version detection.
Pipeline #19590 passed
......@@ -72,7 +72,7 @@ include(DunePythonTestCommand)
# Update the list of valid python versions, the shipped CMake modules tend to outdate...
# Mention all those not present in CMake 2.8.12
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4)
# Find the Python Interpreter
set(_VERSION_STRING "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment