Skip to content

cmake: use the right interpreter detection variable

The PYTHONINTERP_FOUND was coming from Pybind11's use of the old find module. Do not rely on this assumption.

Merge request reports