Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | 1 | -1/+10 |
| | | | | | | | | 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 | ||||
* | FindPython: fix python compiler validation | Marc Chevrier | 2020-04-23 | 1 | -0/+22 |
Ensure also the cache of properties is erased in case of multiple searches. Fixes: #20626, #20627 |