Skip to content

Do not set Python_FIND_STRATEGY

Marco Clemencic requested to merge 157-use-location-python-find-strategy into master

The Python_FIND_STRATEGY VERSION prevents us to use the version of Python we want if a more recent version of Python is available on the system.

The correct approach is to let the choice to users and packagers, as they know which version of Python to use and how to find it.

Closes #157 (closed)

Edited by Marco Clemencic

Merge request reports