summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindPython*: ensure correct architecture is selected.Marc Chevrier2019-03-141-0/+7
| | | | | | | | Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-241-2/+11
| | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* FindPython: Support script modeKyle Edwards2019-01-231-4/+6
| | | | Fixes: #18827
* FindPython*: fix erroneous handling of virtual environmentsMarc Chevrier2018-10-021-0/+6
| | | | fixes: #18408
* FindPython*: Windows: add facility to select lookup order for registry.Marc Chevrier2018-09-121-1/+12
| | | | Fixes: #18302
* FindPython*: MacOS: Fix erroneous handling of Frameworks.Marc Chevrier2018-09-121-0/+8
| | | | Fixes: #18204
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+146
Fixes: #16142