From b04a18a00a55e6d4a23f56e5f5dd2d3a23d404bb Mon Sep 17 00:00:00 2001 From: Michael Moss Date: Wed, 22 Jul 2026 16:58:24 -0700 Subject: [PATCH] Fix backslash escaping in KOKORO_GFILE_DIR on Windows. This var was missing from the "clean up" step for all the path vars, causing the cmake cache lookups to silently fail due to path mismatch. PiperOrigin-RevId: 952410036 Change-Id: I5c542e821317497e899de95e5c62d76f88836e60 --- cmake/third_party_deps/filament.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/third_party_deps/filament.cmake b/cmake/third_party_deps/filament.cmake index ce293ada..c4b95082 100644 --- a/cmake/third_party_deps/filament.cmake +++ b/cmake/third_party_deps/filament.cmake @@ -48,7 +48,7 @@ if(WIN32) endif() set(FILAMENT_PATCH_COMMAND - git apply --reject --whitespace=fix ${mujoco_SOURCE_DIR}/cmake/filament-allow-clang-windows.patch + git apply --reject --whitespace=fix --ignore-space-change ${mujoco_SOURCE_DIR}/cmake/filament-allow-clang-windows.patch ) fetchpackage(