summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/separate_arguments
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`.
* separate_arguments: Fix crash on *_COMMAND with no argumentsRobert Bozzetto2020-10-163-0/+15
| | | | Fixes: #21320
* separate_arguments: add option PROGRAMMarc Chevrier2020-09-229-0/+96
| | | | Fixes: #21217
* separate_arguments: refactoringMarc Chevrier2020-09-227-0/+36
|
* separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-262-0/+20
|
* separgs: Migrate tests to RunCMake testsChristian Pfeiffer2017-04-266-0/+39