summaryrefslogblamecommitdiffstats
path: root/source/x/vulkan-sdk/DirectXShaderCompiler.noverify.patch
blob: bc86805d6cee0ddcede8207d323816d7b4dfff44 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                 
--- ./cmake/modules/HCT.cmake.orig	2024-02-03 14:07:18.000000000 -0600
+++ ./cmake/modules/HCT.cmake	2024-02-03 14:29:21.535797775 -0600
@@ -92,9 +92,9 @@
   # file, and define the verification command
   if(NOT copy_sources)
     set(output ${temp_output})
-    if (CLANG_FORMAT_EXE) # Only verify sources if clang-format is available.
-      set(verification COMMAND ${CMAKE_COMMAND} -E compare_files ${temp_output} ${full_output})
-    endif()
+    #if (CLANG_FORMAT_EXE) # Only verify sources if clang-format is available.
+    #  set(verification COMMAND ${CMAKE_COMMAND} -E compare_files ${temp_output} ${full_output})
+    #endif()
   endif()
   if(WIN32 AND NOT HLSL_AUTOCRLF)
     set(force_lf "--force-lf")