summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/SOABI
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Tests optimizationsMarc Chevrier2020-10-011-2/+2
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: manage SOABI for all Python versionsMarc Chevrier2020-08-111-0/+16
| | | | Fixes: #21070
* FindPython: python_add_library can now manage SOABI suffix.Marc Chevrier2020-03-031-0/+10
| | | | Fixes: #20408
* FindPython: Add variable Python_SOABIMarc Chevrier2020-01-091-0/+12
This variable holds the standard extension suffix for modules. Fixes: #20150