From 7cd7110c3b29ce74b1abe0cf307015e49199d766 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 27 Apr 2025 19:52:04 +0800 Subject: Replace USE_AUTOBUILD_3P OR USE_CONAN with USESYSTEMLIBS Simpler. --- indra/llimage/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llimage') diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index f55d9fdf5e..30a79076ab 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -67,7 +67,7 @@ target_link_libraries(llimage ll::libjpeg ) -if (NOT (USE_AUTOBUILD_3P OR USE_CONAN)) +if (USESYSTEMLIBS) 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( -- cgit v1.2.3