blob: 756f31eee0f6f426ec158bbb725ff5303fa95f56 (
plain)
1
2
3
4
5
6
|
message(AUTHOR_WARNING "Some author warning")
# with -Wdev this will also cause an AUTHOR_WARNING message, checks that
# messages issued outside of the message command, by other CMake commands, also
# are affected by -Wdev
include("")
|