Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: add support for Stable ABI | Marc Chevrier | 2022-11-29 | 1 | -0/+8 |
| | | | | Fixes: #24141 | ||||
* | FindPython: Enable C language in tests that find the Development component | Marc Chevrier | 2020-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | Since commit 5537ccd814 (FindPython: Tests optimizations, 2020-10-01) some FindPython tests fail because the Development component cannot be found without knowing `CMAKE_LIBRARY_ARCHITECTURE`. Enable at least one language in each of these test cases to get that value. This is consistent with use in practice because the Development component does not make much sense without a language to compile sources anyway. Fixes: #21277 | ||||
* | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -4/+4 |
| | | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording | ||||
* | FindPython: Add capability to specify directly artifacts | Marc Chevrier | 2019-09-02 | 1 | -0/+41 |
Fixes: #19492 |