summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_path.rst
Commit message (Collapse)AuthorAgeFilesLines
* cmake_path: various enhancements to subcommands/keywordsMarc Chevrier2020-11-111-74/+58
| | | | This change address partly the remarks done in issue #21385
* cmake_path: Enhance documentationMarc Chevrier2020-10-261-122/+127
|
* cmake_path: enhancementsMarc Chevrier2020-09-201-47/+234
| | | | | * Fix error on parsing "c:a" (root-name without root-directory) * Enrich documentation
* Help: Fix typo in cmake_path(CMAKE_PATH) command signatureBrad King2020-09-081-1/+1
| | | | | | Fix a typo accidentally added by commit eb583b0a66 (cmake_path command: path management, 2020-07-23). Remove a stray `]` character that breaks the pygments lexer.
* cmake_path command: path managementMarc Chevrier2020-09-061-0/+641
Fixes: #19568, #20922