summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-03-31 14:08:21 +0800
committerErik Kundiman <erik@megapahit.org>2026-04-22 16:38:23 +0800
commitad4235292c7081884eb6a9f04c51dcfc8a62eabc (patch)
tree3da007d6b80989b5688d31e1642cfbe48d4874aa
parentf5a497c6f4764d8bece6eb17aeea3f9dd2574a39 (diff)
Disable Velopack
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 79e939cb95..68d075efbc 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -43,7 +43,7 @@ include(TinyEXR)
include(ThreeJS)
include(Tracy)
include(UI)
-include(Velopack)
+#include(Velopack)
include(ViewerMiscLibs)
#include(ViewerManager)
include(VisualLeakDetector)