[cmake] fix define_channel_options

* fix usage of default value
* fix defaults of channels
* unify to single CMake function define_channel_options
This commit is contained in:
akallabeth
2024-12-17 16:12:49 +01:00
parent 60d5bd88f2
commit ac9cf26bce
31 changed files with 155 additions and 150 deletions

View File

@@ -13,7 +13,8 @@ define_channel_options(
"[MS-RDPEAR]"
DEFAULT
${OPTION_DEFAULT}
CLIENT_DEFAULT
${OPTION_CLIENT_DEFAULT}
SERVER_DEFAULT
${OPTION_SERVER_DEFAULT}
)
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
define_channel_server_options(${OPTION_SERVER_DEFAULT})