summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 09:53:09 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 10:55:14 +0800
commit6690c177250445b747b6245fd45246b6992f4031 (patch)
tree16704d080326c380868bdeba579e15b43278a56d /indra/newview
parent8b7d24ade48335062d1cd93e1fd3dd58f5f02ee6 (diff)
Disable LLCA when using system libs for now
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 69b17bfa74..a1b82f47da 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -26,7 +26,9 @@ endif ()
include(JsonCpp)
include(LLAppearance)
include(LLAudio)
+if (USE_AUTOBUILD_3P OR USE_CONAN)
include(LLCA)
+endif ()
include(LLCommon)
include(LLCoreHttp)
include(LLImage)