mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05: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