From a0e9136f1466372cd70bb2749346b2d4392b607f Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sat, 23 Dec 2023 19:38:43 +0800 Subject: no-stringop-overflow for getting it built on jammy --- indra/llimage/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index a6c98d9bd7..f55d9fdf5e 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -70,6 +70,10 @@ target_link_libraries(llimage if (NOT (USE_AUTOBUILD_3P OR USE_CONAN)) if (CMAKE_CXX_COMPILER_ID MATCHES "GNU") set_source_files_properties(llimageworker.cpp PROPERTIES COMPILE_FLAGS -Wno-int-in-bool-context) + set_source_files_properties( + llimage.cpp + llimagefilter.cpp + PROPERTIES COMPILE_FLAGS -Wno-stringop-overflow) endif() endif () -- cgit v1.2.3