mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
68857ccd82
When installing, MSMPI puts a trailing backslash in the MSMPI_BIN environment variable. This causes trouble when concatenating in CMake since the list separator is now escaped and no longer a list separator due to the trailing backslash. Instead, use file(TO_CMAKE_PATH) to make the path CMake-friendly.
30 KiB
30 KiB