]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Improve ccache.exe.manifest.in structure
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 13 Aug 2025 17:36:27 +0000 (19:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 15 Aug 2025 06:44:52 +0000 (08:44 +0200)
cmake/ccache.exe.manifest.in

index 83ef4f14f2ee407983ed94a85f7b19fb4dc91305..0321dc37e393df63e307599e302ba230e27f05ef 100644 (file)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
-    <asmv3:application xmlns="urn:schemas-microsoft-com:asm.v3">
-        <asmv3:windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
-            <ws2:longPathAware>true</ws2:longPathAware>
-        </asmv3:windowsSettings>
-    </asmv3:application>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
+          xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
+          xmlns:ws2016="http://schemas.microsoft.com/SMI/2016/WindowsSettings"
+          manifestVersion="1.0">
+  <asmv3:application>
+    <asmv3:windowsSettings>
+      <ws2016:longPathAware>true</ws2016:longPathAware>
+    </asmv3:windowsSettings>
+  </asmv3:application>
 </assembly>