blob: e5026ef61fb92c5d78a4b5d2df17d46a99d758ae (
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("")
|