summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-04-30 09:31:23 +0800
committerErik Kundiman <erik@megapahit.org>2025-04-30 09:31:23 +0800
commit39cc9a1706340d6f84b152593a4d8aaeeaa88b56 (patch)
tree653a54988e721d2d23111d5cb43566ff99ca9806 /indra/llmessage
parent9595a3dee48eb8b7f10cad02b4ebdda5f596664e (diff)
parentb04cc0b90ab93141d3ffc77bceb241da41c37ace (diff)
Merge branch 'main' into 2025.04
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt
index 5ca62352a3..43e9c580dc 100644
--- a/indra/llmessage/CMakeLists.txt
+++ b/indra/llmessage/CMakeLists.txt
@@ -197,7 +197,7 @@ target_link_libraries(
)
target_include_directories( llmessage INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
-if (NOT (USE_AUTOBUILD_3P OR USE_CONAN))
+if (USESYSTEMLIBS)
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
set_source_files_properties(llnamevalue.cpp PROPERTIES
COMPILE_FLAGS -Wno-stringop-truncation)