Werror_dev.cmake 316 B

1234567
  1. # with -Werror=dev this will also cause an (upgraded) AUTHOR_ERROR message,
  2. # checks that messages issued outside of the message command, by other CMake
  3. # commands, also are affected by -Werror=dev
  4. include("")
  5. # message command sets fatal occurred flag, so run it last
  6. message(AUTHOR_WARNING "Some author warning")