Skip to content

Use FindPython3 instead of FindPythonInterp and FindPythonLibs

Casian Andrei requested to merge casianandrei/kdev-python:work/cmake into master

Fixes CMake warning regarding CMP0148

The warning is about deprecation of FindPythonInterp and FindPythonLibs. Use FindPython3 instead.

Require CMake 3.19 because of the usage of the version range.

Merge request reports