Skip to content

FindPython: Add capability to specify Python implementations

Marc Chevrier requested to merge marc.chevrier/cmake:FindPython into master

Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are:

  • CPython
  • IronPython

Topic-rename: FindPython-find-implementations

Merge request reports