1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 08:40:59 +00:00
serenity/Meta/CMake
Brian Gianforcaro 66e7ac1954 Meta: Error out on find_program errors with CMake less than 3.18
We have seen some cases where the build fails for folks, and they are
missing unzip/tar/gzip etc. We can catch some of these in CMake itself,
so lets make sure to handle that uniformly across the build system.

The REQUIRED flag to `find_program` was only added on in CMake 3.18 and
above, so we can't rely on that to actually halt the program execution.
2022-03-19 15:01:22 -07:00
..
Superbuild Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
all_the_debug_macros.cmake LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG 2022-03-04 23:03:29 +01:00
check_for_dependencies.cmake Meta: Error out on find_program errors with CMake less than 3.18 2022-03-19 15:01:22 -07:00
code_generators.cmake CMake: Modify include path when building from Hack Studio 2022-03-19 22:02:44 +01:00
common_options.cmake CMake: Add HACKSTUDIO_BUILD option for building from Hack Studio 2022-01-12 14:55:19 +01:00
commonmark_spec.cmake Tests: Test LibMarkdown against commonmark test suite 2021-08-31 16:53:51 +02:00
lagom-install-config.cmake Lagom: Add proper install rules 2021-07-29 21:46:25 +01:00
lagom_options.cmake Meta: Enable ccache for Lagom by default 2021-10-21 04:35:10 -07:00
pnp_ids.cmake LibEDID: Do not check if ${PNP_IDS_EXPORT_PATH} exists in pnp_ids.cmake 2022-01-26 16:37:38 +01:00
processor-count.cmake Meta: Read MAKEJOBS to limit jobs for ninja in serenity.sh 2022-03-08 17:12:35 +01:00
serenity_components.cmake Meta: Fix typos 2021-10-01 01:06:40 +01:00
serenity_options.cmake Toolchain: Add support for building the userland with the mold linker 2022-01-24 10:41:47 +00:00
time_zone_data.cmake Meta: Error out on find_program errors with CMake less than 3.18 2022-03-19 15:01:22 -07:00
unicode_data.cmake Meta: Error out on find_program errors with CMake less than 3.18 2022-03-19 15:01:22 -07:00
utils.cmake CMake: Modify include path when building from Hack Studio 2022-03-19 22:02:44 +01:00
wasm_spec_tests.cmake Meta: Error out on find_program errors with CMake less than 3.18 2022-03-19 15:01:22 -07:00