diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 09:53:09 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 10:55:14 +0800 |
commit | 6690c177250445b747b6245fd45246b6992f4031 (patch) | |
tree | 16704d080326c380868bdeba579e15b43278a56d /indra/newview | |
parent | 8b7d24ade48335062d1cd93e1fd3dd58f5f02ee6 (diff) |
Disable LLCA when using system libs for now
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
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) |