Skip to content

Commit

Permalink
Another attempt at allowing both "stand-alone" and CI driven windows …
Browse files Browse the repository at this point in the history
…builds
  • Loading branch information
willend committed Feb 5, 2024
1 parent ff62a0a commit bdb4c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/MCUtil.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ macro(setupMCCODE FLAVOR)
set(CMAKE_INSTALL_PREFIX "${FLAVOR}-${MCCODE_VERSION}")
set(CPACK_NSIS_INSTALL_ROOT "C:\\\\${FLAVOR}-${MCCODE_VERSION}")
else()
set(CMAKE_INSTALL_PREFIX "${FLAVOR}\\\\${MCCODE_VERSION}")
set(CPACK_NSIS_INSTALL_ROOT "C:\\\\${FLAVOR}\\\\${MCCODE_VERSION}")
set(CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
endif()

set(CPACK_NSIS_UNINSTALL_NAME "${CMAKE_PROJECT_NAME}-uninstall")
Expand Down

0 comments on commit bdb4c0a

Please sign in to comment.