2023-08-21 13:33:26 +02:00
|
|
|
macro(warn_unmaintained name)
|
2024-11-27 20:31:31 +01:00
|
|
|
message(WARNING "[unmaintained] ${name} is unmaintained!")
|
|
|
|
|
message(WARNING "[unmaintained] use at your own risk!")
|
|
|
|
|
message(
|
|
|
|
|
WARNING
|
|
|
|
|
"[unmaintained] If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for known issues, but be prepared to fix them on your own!"
|
|
|
|
|
)
|
|
|
|
|
message(WARNING "[unmaintained] Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org")
|
|
|
|
|
message(
|
|
|
|
|
WARNING
|
2025-03-06 13:21:21 +03:00
|
|
|
"[unmaintained] - don't hesitate to ask some questions. (replies might take some time depending on your timezone)"
|
2024-11-27 20:31:31 +01:00
|
|
|
)
|
|
|
|
|
message(WARNING "[unmaintained] - if you intend using this component write us a message")
|
2025-03-17 12:15:04 +01:00
|
|
|
message(WARNING "[unmaintained] use ${ARGN} to disable")
|
2023-08-21 13:33:26 +02:00
|
|
|
endmacro()
|