summaryrefslogtreecommitdiff
path: root/test cases/cmake/16 threads/subprojects/cmMod
AgeCommit message (Collapse)Author
2024-10-11test: avoid need for explict CMake minimumscivision
This mitigates maintenance burden as CMake minimum version isn't relevant for these tests. CMake >= 3.31 warns if CMake minimum version is less than 3.10. ref: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9875
2021-05-29cmake: Update test caseDaniel Mensinger
2020-02-05cmake: Added test case for #6566Daniel Mensinger
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger
This is neccessary for static libraries, since the CMake file API does not add link flags here.