Wdev.cmake 236 B

123456
  1. message(AUTHOR_WARNING "Some Author Warning")
  2. # with -Wdev this will also cause an AUTHOR_WARNING message, checks that
  3. # messages issued outside of the message command, by other CMake commands, also
  4. # are affected by -Wdev
  5. include("")