[ci,nightly] use internal MD4, MD5 and RC4 on windows

This commit is contained in:
Armin Novak
2023-07-28 07:22:20 +02:00
committed by akallabeth
parent 6c6eaf5144
commit 1e0ca536c7
3 changed files with 7 additions and 4 deletions

View File

@@ -10,3 +10,6 @@ set (WITH_SERVER ON CACHE BOOL "Build with server support")
set (WITH_SHADOW OFF CACHE BOOL "Do not build shadow server")
set (WITH_PROXY ON CACHE BOOL "Build proxy server")
set (WITH_PLATFORM_SERVER OFF CACHE BOOL "Do not build platform server")
set (WITH_INTERNAL_MD4 ON CACHE BOOL "nightly default")
set (WITH_INTERNAL_MD5 ON CACHE BOOL "nightly default")
set (WITH_INTERNAL_RC4 ON CACHE BOOL "nightly default")