mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Implements the generator expression $<PATH:MATIVE_PATH> which convert path(s) into a native format with platform-specific slashes (``\`` on Windows hosts and ``/`` elsewhere). Fixes: #26515
6 lines
174 B
ReStructuredText
6 lines
174 B
ReStructuredText
GenEx-PATH-NATIVE_PATH
|
|
----------------------
|
|
|
|
* The :genex:`$<PATH>` generator expression gains the sub-command
|
|
``NATIVE_PATH`` to convert a CMake path into a native one.
|