mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 08:40:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| Superbuild | ||
| all_the_debug_macros.cmake | ||
| check_for_dependencies.cmake | ||
| code_generators.cmake | ||
| common_options.cmake | ||
| commonmark_spec.cmake | ||
| lagom-install-config.cmake | ||
| lagom_options.cmake | ||
| pnp_ids.cmake | ||
| processor-count.cmake | ||
| serenity_components.cmake | ||
| serenity_options.cmake | ||
| time_zone_data.cmake | ||
| unicode_data.cmake | ||
| utils.cmake | ||
| wasm_spec_tests.cmake | ||