summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-03-31 14:08:21 +0800
committerErik Kundiman <erik@megapahit.org>2026-04-19 09:32:08 +0800
commite346aeae8f4766342d65d8a3e6c28a5214bcbf6e (patch)
treef3d53d4c620f0633cda23e0761bc929b94fc2796 /indra
parentbadf783df47cb08de85a7abfa612ce813628058d (diff)
Disable Velopack
Diffstat (limited to 'indra')
-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 92200083e5..7f4f821451 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)