mirror of https://github.com/FreeRDP/FreeRDP
[ci] deactivate SDL client for iOS and android
This commit is contained in:
parent
1f7bcd4a1a
commit
4815b2a6ee
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue