mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +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:
@@ -517,7 +517,7 @@ if(FREERDP_UNIFIED_BUILD)
|
||||
endif()
|
||||
|
||||
if(WITH_SERVER)
|
||||
option(WITH_RDTK "build rdtk toolkit" ON)
|
||||
option(WITH_RDTK "build rdtk toolkit" OFF)
|
||||
if(WITH_RDTK)
|
||||
add_subdirectory(rdtk)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user