Wno-dev.cmake 245 B

123456
  1. message(AUTHOR_WARNING "Some author warning")
  2. # without -Wno-dev 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 -Wno-dev
  5. include("")