From 2a57b9f215fded116667a357c7f0d3992f803864 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 12 May 2025 20:35:42 +0800 Subject: Unencapsulated Meshoptimizer headers in any condition Pretty much similar to the previous commit (especially that the the encapsulating directory, in cases where LL's prebuilt is used, is already a searched directory by the last line in its .cmake file), except there had never been any use of LL_USESYSTEMLIBS for this one, so just replacing the single upstream lines would be the minimal difference. --- indra/newview/gltf/primitive.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/newview/gltf/primitive.cpp') diff --git a/indra/newview/gltf/primitive.cpp b/indra/newview/gltf/primitive.cpp index 5de45119fc..388a6eee01 100644 --- a/indra/newview/gltf/primitive.cpp +++ b/indra/newview/gltf/primitive.cpp @@ -32,11 +32,7 @@ #include "mikktspace/mikktspace.hh" -#if LL_USESYSTEMLIBS #include -#else -#include "meshoptimizer/meshoptimizer.h" -#endif using namespace LL::GLTF; -- cgit v1.2.3