From 329643556dace02a5de2d611354d2e02570acf08 Mon Sep 17 00:00:00 2001 From: Morten Engelhardt Olsen Date: Tue, 28 Jan 2025 07:34:16 -0700 Subject: [PATCH] Windows: Enable longPathAware for cmake binaries Most of CMake's file-system accesses already use UNC encoded paths to avoid the Maximum Path Length Limitation [1]. Enable `longPathAware` in the manifest so Windows APIs like `GetCurrentDirectoryW` can also exceed `MAX_PATH`. [1] https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#functions-without-max_path-restrictions Issue: #25936 --- Source/cmake.version.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/cmake.version.manifest b/Source/cmake.version.manifest index 79e3d19ef1..03265b6c3f 100644 --- a/Source/cmake.version.manifest +++ b/Source/cmake.version.manifest @@ -15,4 +15,9 @@ + + + true + +