mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 23:23:55 -07:00
This should fix appveyor compilation (#3434)
This commit is contained in:
parent
8028bad7b1
commit
638ee1af4a
2 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue