From 3bb5dc11c8a8456f37fe6f2becad6cb423bd927f Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sun, 1 Nov 2020 20:16:38 -0500
Subject: [PATCH] Roll meshoptimizer to 0.15

---
 indra/deps/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index 23dc8879843..3c93b97f62c 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -32,7 +32,7 @@ endif()
 FetchContent_Declare(
   meshoptimizer
   GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/meshoptimizer.git
-  GIT_TAG        v0.14
+  GIT_TAG        v0.15
   )
 # FetchContent_Declare(
 #   Catch2
-- 
GitLab