summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 10:14:02 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 10:55:38 +0800
commit088b508ddcb3c7934c400ff545a08d32e7ce1a40 (patch)
tree86bd658b4f8885ff0254b0d61639805cf24d9a55
parent6690c177250445b747b6245fd45246b6992f4031 (diff)
Disable viewer manager when using system libs
-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 a1b82f47da..d3de5b9375 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -49,7 +49,9 @@ endif ()
include(Tracy)
include(UI)
include(ViewerMiscLibs)
+if (USE_AUTOBUILD_3P OR USE_CONAN)
include(ViewerManager)
+endif ()
include(VisualLeakDetector)
include(ZLIBNG)
include(URIPARSER)