diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-05-02 22:34:49 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-02 22:34:49 +0800 |
| commit | cf4a370599ee98940ed09e92e5c4e3b43ba066b2 (patch) | |
| tree | 208dea6e3bb98c75b42cd6e9ce8f0d241659092c /indra/llui | |
| parent | 255feda44f858b23607ee4bcf21e5289f4323ffe (diff) | |
| parent | b26f77e2dc465fabc3ef220b1feabea951640031 (diff) | |
Merge branch 'main' into 2026.02
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 83b3a220a0..9077670b67 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -274,6 +274,10 @@ target_link_libraries(llui include(LibraryInstall) +if (CMAKE_CXX_COMPILER_ID MATCHES GNU) + set_source_files_properties(llxuiparser.cpp PROPERTIES COMPILE_FLAGS -Wno-sfinae-incomplete) +endif () + # Add tests if(LL_TESTS) include(LLAddBuildTest) |
