summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-03-31 14:08:21 +0800
committerErik Kundiman <erik@megapahit.org>2026-03-31 16:23:11 +0800
commit906c6f32ca2827a74399647a3ab4dcf4d2ada27c (patch)
tree6e13fc8c1cd6144e550b7abe4b16c2b5089dc921
parenta061c2e49923fee13ed7f0e86957b8d7f8fe4106 (diff)
Disable Velopack26.1.1
-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)