mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
427be46424
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