diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2024-04-12 14:15:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 15:15:01 +0300 |
commit | 33c7b9701de1589e8e3875656a6bab4f8710e7a8 (patch) | |
tree | 0c28697329fd7aefe1bc3c45b11f2205010016d4 /indra/llappearance/llpolymesh.cpp | |
parent | a0f282643f26789ef7e1b624398581cceafc257c (diff) |
Chore/cmake pretty up (#1205)
* - Add an option to with ASAN
- Fix GCC -Werror option.
* - find_program should not set REQUIRED if per logic a fallback to ld.bfd is fine
- cmake idiomatic is to test Variables without dereferencing them
* Add -Wno-unknown-warning-option for clang or it will complain about some GCC only options
```
/home/runner/work/viewer/viewer/indra/llcommon/llsdutil.cpp:39:32: error: unknown warning group '-Wstringop-truncation', ignored [-Werror,-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wstringop-truncation" // It's actually okay what happens here
```
Diffstat (limited to 'indra/llappearance/llpolymesh.cpp')
0 files changed, 0 insertions, 0 deletions