Skip to content

Fix the python setup in externals packages, 1.0 branch (2017.05.31.)

Made sure that whichever package looks for either PythonInterp or PythonLibs, would from now on look for both. To make sure that the resulting project would either not set up python at all, or would set it up properly.

In the latest, 1.0.13 tag multiple externals projects got broken because only PythonLibs was set up in them, without PythonInterp.

This is to fix the issue described in ATLINFR-1769. After the new version of the code is pulled into 21.2 (and eventually 21.0).

Merge request reports