summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompileDefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-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 casesMarc Chevrier2022-12-133-0/+28
| | | | Fixes: #24186
* CompileDefinitions: Add unit test for setting empty content.Stephen Kelly2015-07-225-0/+22