Package: cmake / 3.31.3-1

Metadata

Package Version Patches format
cmake 3.31.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Prefer default Python version.patch | (download)

Modules/FindPython/Support.cmake | 9 2 7 - 0 !
Modules/FindPythonInterp.cmake | 1 1 0 - 0 !
2 files changed, 3 insertions( ), 7 deletions(-)

 prefer default python version

This patch prefers /usr/bin/python3 as interpreter over all others,
subject to version restrictions. CMP0094 is forced to the NEW
behavior, because the OLD behavior will always end up with the newest
installed Python version.