summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_path
Commit message (Collapse)AuthorAgeFilesLines
* cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART'Marc Chevrier2021-01-2811-24/+24
| | | | | | | For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed to 'HAS_RELATIVE_PART'. Fixes: #21385
* cmake_path: various updatesMarc Chevrier2021-01-132-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/keywordsMarc Chevrier2020-11-1115-80/+28
| | | | This change address partly the remarks done in issue #21385
* cmake_path command: path managementMarc Chevrier2020-09-06178-0/+1689
Fixes: #19568, #20922