Skip to content
  • Ben Boeckel's avatar
    FindMPI: handle trailing slash from $MSMPI_BIN · 68857ccd
    Ben Boeckel authored and Brad King's avatar Brad King committed
    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.
    68857ccd