FindPython: Support script mode

Fixes: #18827
This commit is contained in:
Kyle Edwards
2019-01-23 10:08:27 -05:00
parent 8ef1916c82
commit e4541b0e3d
9 changed files with 144 additions and 115 deletions

View File

@@ -0,0 +1,6 @@
findpython-script
-----------------
* The :module:`FindPython2`, :module:`FindPython3`, and :module:`FindPython`
modules now support running in script mode by skipping the creation of
imported targets and helper functions.