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
This commit is contained in:
committed by
Copybara-Service
parent
c214e81627
commit
b04a18a00a
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user