diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-03-18 04:31:36 -0700 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-03-19 15:01:22 -0700 |
commit | 66e7ac19546b1158c7fd3ce8e088b0ad5f385a33 (patch) | |
tree | b53d29db7ed87a673f5b05c9f3d5b5517919e226 /Meta/lint-ports.py | |
parent | 6b5f0d11ce4754264cf4a6615076fd3522b0e958 (diff) | |
download | serenity-66e7ac19546b1158c7fd3ce8e088b0ad5f385a33.zip |
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.
Diffstat (limited to 'Meta/lint-ports.py')
0 files changed, 0 insertions, 0 deletions