mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[rdtk] default to OFF in all builds
Since this is now optional (and was never really used for much) disable it unless explicitly enabled.
This commit is contained in:
@@ -4,6 +4,7 @@ set(BUILD_TESTING_INTERNAL ON CACHE BOOL "preload")
|
||||
set(WITH_MANPAGES ON CACHE BOOL "preload")
|
||||
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "preload")
|
||||
set(WITH_PULSE ON CACHE BOOL "preload")
|
||||
set(WITH_RDTK ON CACHE BOOL "preload")
|
||||
set(WITH_CHANNELS ON CACHE BOOL "preload")
|
||||
set(WITH_CUPS ON CACHE BOOL "preload")
|
||||
set(WITH_WAYLAND ON CACHE BOOL "preload")
|
||||
|
||||
Reference in New Issue
Block a user