This should fix appveyor compilation (#3434)

This commit is contained in:
ctrlaltca
2018-11-12 18:50:38 +01:00
committed by GitHub
parent 8028bad7b1
commit 638ee1af4a
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if (WIN32)
set(REDIST_ARCH x86)
endif()
set(REDIST_FILE vc_redist.${REDIST_ARCH}.exe)
set(REDIST_FILE vcredist_${REDIST_ARCH}.exe)
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
include(InstallRequiredSystemLibraries)