summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/Werror_dev.cmake
blob: 05f333a5797731d3bed1612c4decb0d7743bb167 (plain)
1
2
3
4
5
6
7
# with -Werror=dev this will also cause an (upgraded) AUTHOR_ERROR message,
# checks that messages issued outside of the message command, by other CMake
# commands, also are affected by -Werror=dev
include("")

# message command sets fatal occurred flag, so run it last
message(AUTHOR_WARNING "Some author warning")