| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests/RunCMake: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 1 | -1/+1 |
| | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible. | ||||
| * | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 1 | -1/+1 |
| | | |||||
| * | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2023-02-11 | 1 | -1/+1 |
| | | | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`. | ||||
| * | COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases | Marc Chevrier | 2022-12-13 | 3 | -0/+28 |
| | | | | | Fixes: #24186 | ||||
| * | CompileDefinitions: Add unit test for setting empty content. | Stephen Kelly | 2015-07-22 | 5 | -0/+22 |
