[ci] deactivate SDL client for iOS and android

This commit is contained in:
akallabeth 2023-01-10 16:18:33 +01:00 committed by akallabeth
parent 1f7bcd4a1a
commit 4815b2a6ee
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ set(FREERDP_EXTERNAL_SSL_PATH $ENV{ANDROID_SSL_PATH} CACHE PATH "android ssl")
#set(ANDROID_SDK "${ANDROID_NDK}" CACHE PATH "android SDK")
set (WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options")
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")

View File

@ -7,3 +7,4 @@ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.0" CACHE STRING "iOS minimum target")
set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
set (WITH_CLIENT OFF CACHE BOOL "disable iOS client")
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")