mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 15:40:20 -07:00
This should fix appveyor compilation (#3434)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user