Files
CMake/Modules/CPackWIX.cmake
T
Stephen Sorley e258fe0396 cpack wix: fix path error on cygwin
Under Cygwin, file(TO_CMAKE_PATH...) outputs invalid paths when given
a Windows path as input (the colon after the drive letter gets replaced
by a semicolon).

As a workaround, just use a string replace to change the slashes instead.
2017-10-13 11:48:36 -04:00

9.8 KiB