MSVC2015 redist updates

This commit is contained in:
Charles J. Cliffe 2015-10-19 02:56:22 -04:00
parent 9f4314f011
commit c8d04d337c
5 changed files with 2 additions and 2 deletions

View File

@ -637,8 +637,8 @@ IF (WIN32 AND BUILD_INSTALLER)
set(CPACK_PACKAGE_EXECUTABLES CubicSDR "CubicSDR")
IF (MSVC)
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/external/msvc/${EX_PLATFORM_NAME}/vcredist_${EX_PLATFORM_NAME}.exe DESTINATION vc_redist)
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '\\\"$INSTDIR\\\\vc_redist\\\\vcredist_${EX_PLATFORM_NAME}.exe\\\" /q:a'")
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/external/msvc/${EX_PLATFORM_NAME}/vc_redist.${EX_PLATFORM_NAME}.exe DESTINATION vc_redist)
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait '\\\"$INSTDIR\\\\vc_redist\\\\vc_redist.${EX_PLATFORM_NAME}.exe\\\" /q:a'")
ENDIF (MSVC)

BIN
external/msvc/x64/vc_redist.x64.exe vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
external/msvc/x86/vc_redist.x86.exe vendored Normal file

Binary file not shown.

Binary file not shown.