mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[server] add exerimental and unmaintained warnings
This commit is contained in:
committed by
Martin Fleisz
parent
5b012fbc8a
commit
dd9757d686
9
cmake/WarnUnmaintained.cmake
Normal file
9
cmake/WarnUnmaintained.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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 know 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] - dont 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()
|
||||
Reference in New Issue
Block a user