Skip to content
Snippets Groups Projects
Commit e12ee831 authored by AlQuemist's avatar AlQuemist
Browse files

FindCustomPython3: increase the minimum Python version to 3.8

parent af22a7de
No related branches found
No related tags found
2 merge requests!1543changes from r20.0,!1533Fix some Python-related configurations
Pipeline #94087 passed
......@@ -19,7 +19,7 @@ function(find_custom_python3)
# the given Python version; otherwise, CMake will re-use the old variables.
unset(Python3_DIR CACHE)
set(version_minor_min 7) # minimum Python version = 3.7
set(version_minor_min 8) # minimum Python version = 3.8
set(Python3_FIND_UNVERSIONED_NAMES FIRST) # to cope with multiple installed Py minor versions
# if DEFAULT_PATH is set, the Python platform will be sought in
......
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