Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: Fix version range tests | Marc Chevrier | 2020-11-11 | 1 | -16/+25 |
| | | | | Tests must be successful when multiple versions are installed. | ||||
* | 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: Add version range support | Marc Chevrier | 2020-09-30 | 1 | -0/+55 |
Fixes: #21107 |