summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/Wno-dev.cmake
blob: d81b858471791d0c743de5af89b3295344dd40cf (plain)
1
2
3
4
5
6
message(AUTHOR_WARNING "Some Author Warning")

# without -Wno-dev 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 -Wno-dev
include("")