Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2023-02-11 | 1 | -3/+0 |
| | | | | | | | | 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`. | ||||
* | cmCMakePathCommand: Enforce non-empty string arguments via binding type | Brad King | 2022-07-28 | 2 | -0/+7 |
| | |||||
* | cmCMakePathCommand: Report keyword errors via argument parser results | Brad King | 2022-07-22 | 2 | -2/+6 |
| | |||||
* | Tests: Add RunCMake.cmake_path cases for BASE_DIRECTORY missing value | Brad King | 2022-07-20 | 2 | -0/+10 |
| | |||||
* | cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART' | Marc Chevrier | 2021-01-28 | 11 | -24/+24 |
| | | | | | | | For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed to 'HAS_RELATIVE_PART'. Fixes: #21385 | ||||
* | cmake_path: various updates | Marc Chevrier | 2021-01-13 | 2 | -5/+5 |
| | | | | | | To follow discussions in #21385 and !5682: * Fix bug in cmCMakePath::IsSuffix() method * cmake_path(HASH) always normalized paths (NORMALIZE option removed) | ||||
* | cmake_path: various enhancements to subcommands/keywords | Marc Chevrier | 2020-11-11 | 15 | -80/+28 |
| | | | | This change address partly the remarks done in issue #21385 | ||||
* | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 178 | -0/+1689 |
Fixes: #19568, #20922 |