Skip to content

Use FindPython3 instead of FindPythonInterp

Hans-Nikolai Viessmann requested to merge hans/sac2c:hans-cmake-python3 into develop

In CMAKE FindPythonInterp is deprecated (since version 3.17?) and superseded by the FindPython and FindPython3 modules. We change to using the latter, give our move to Python 3 anyway.

Edited by Hans-Nikolai Viessmann

Merge request reports