Wno-error_dev.cmake 325 B

1234567
  1. # This should still produce a warning when -Wno-error=dev is specified
  2. message(AUTHOR_WARNING "Some author warning")
  3. # with -Wno-error=dev this will also cause an AUTHOR_WARNING message, checks
  4. # that messages issued outside of the message command, by other CMake commands,
  5. # also are affected by -Wno-error=dev
  6. include("")