2013-11-30 19:43:37 +04:00
|
|
|
message("PRELOADING mac cache")
|
|
|
|
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
|
|
|
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
2015-01-27 03:04:53 +03:00
|
|
|
set (WITH_CUPS ON CACHE BOOL "CUPS printing")
|
2020-02-26 16:35:45 +03:00
|
|
|
set (CHANNEL_URBDRC OFF CACHE BOOL "USB redirection")
|
2015-01-27 03:04:53 +03:00
|
|
|
set (WITH_X11 ON CACHE BOOL "Enable X11")
|
2023-07-04 11:48:03 +03:00
|
|
|
set (WITH_SERVER ON CACHE BOOL "build with server")
|
|
|
|
set (WITH_SAMPLE ON CACHE BOOL "build with sample")
|
2015-01-27 03:04:53 +03:00
|
|
|
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
2022-12-06 15:16:17 +03:00
|
|
|
set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
|
2022-11-16 16:30:01 +03:00
|
|
|
set (WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options")
|
2022-12-07 19:43:58 +03:00
|
|
|
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
|
2023-08-03 11:02:19 +03:00
|
|
|
set (WITH_WEBVIEW OFF CACHE BOOL "ci default")
|