summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-021-0/+13
| | | | Fixes: #19492
* FindPython: Implement lookup strategies.Marc Chevrier2019-05-211-6/+26
| | | | | | | Configration variable Python_FIND_STRATEGY controls the lookup startegy. Possible values are LOCATION and VERSION. Fixes: #19159
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+22
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-0/+11
| | | | Fixes: #19097
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-241-63/+88
| | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+69
Fixes: #16142