Skip to content

Commit

Permalink
Do not assume that msys is on the C drive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 27, 2024
1 parent 21fd943 commit 0796034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endmacro()

# Macro just like `install`, but converting the path from a unix
# path to a windows path using `cygpath`.
macro(install_for_win TMP1 FILE TMP2 DEST)
macro(winstall TMP1 FILE TMP2 DEST)
execute_process(COMMAND cygpath -m ${FILE} OUTPUT_VARIABLE WFILE)
install(FILES ${WFILE} DESTINATION ${DEST})
endmacro()

0 comments on commit 0796034

Please sign in to comment.