ladybird/Meta/CMake
Brian Gianforcaro 8693c925a0 CMake: Fix message levels for error conditions during configuration
Make messages which should be fatal, actually fail the build.

- FATAL is not a valid mode keyword. The full list is available in the
  docs: https://cmake.org/cmake/help/v3.19/command/message.html

- SEND_ERROR doesn't immediately stop processing, FATAL_ERROR does.
  We should immediately stop if the Toolchain is not present.

- The app icon size validation was just a WARNING that is easy to
  overlook. We should promote it to a FATAL_ERROR so that people will
  not overlook the issue when adding a new application. We can only make
  the small icon message FATAL_ERROR, as there is currently one
  violation of the medium app icon validation.
2021-05-13 18:52:48 +02:00
..
all_the_debug_macros.cmake LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
precompile-headers.cmake Meta: Add an option to precompile some very common AK headers 2021-04-21 14:29:46 +02:00
utils.cmake CMake: Fix message levels for error conditions during configuration 2021-05-13 18:52:48 +02:00