Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |