mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
15 lines
696 B
CMake
15 lines
696 B
CMake
macro(warn_unmaintained name)
|
|
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
|
|
"[unmaintained] - don't hesitate to ask some questions. (replies might take some time depending on your timezone)"
|
|
)
|
|
message(WARNING "[unmaintained] - if you intend using this component write us a message")
|
|
endmacro()
|