mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,nightly] update windows build
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
message("PRELOADING windows cache")
|
||||
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "nightly default")
|
||||
set (CMAKE_WINDOWS_VERSION "WIN7" CACHE STRING "windows build version")
|
||||
set (BUILD_SHARED_LIBS OFF CACHE BOOL "build static linked executable")
|
||||
set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded" CACHE STRING "MSVC runtime to use")
|
||||
@@ -16,3 +17,5 @@ set (WITH_FFMPEG OFF CACHE BOOL "nightly default")
|
||||
set (WITH_SWSCALE OFF CACHE BOOL "nightly default")
|
||||
set (WITH_WEBVIEW OFF CACHE BOOL "nightly default")
|
||||
set (ZLIB_USE_STATIC_LIBS ON CACHE BOOL "ci default")
|
||||
set (WITH_SDL_IMAGE_DIALOGS ON CACHE BOOL "nightly default")
|
||||
set (SDL_USE_COMPILED_RESOURCES ON CACHE BOOL "nightly default")
|
||||
|
||||
Reference in New Issue
Block a user