summarylogtreecommitdiffstats
path: root/0003-silence-preprocessing.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-silence-preprocessing.patch')
-rw-r--r--0003-silence-preprocessing.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0003-silence-preprocessing.patch b/0003-silence-preprocessing.patch
new file mode 100644
index 000000000000..61a2fcaedc20
--- /dev/null
+++ b/0003-silence-preprocessing.patch
@@ -0,0 +1,25 @@
+From ad805c618b38f3a9918f7e10dfa3a5411f42283f Mon Sep 17 00:00:00 2001
+From: howetuft <howetuft@gmail.com>
+Date: Sat, 21 May 2022 18:19:34 +0200
+Subject: [PATCH 03/14] silence-preprocessing
+
+---
+ cmake/KernelPreprocess.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/KernelPreprocess.cmake b/cmake/KernelPreprocess.cmake
+index d877f0ef3..3d71d4a57 100644
+--- a/cmake/KernelPreprocess.cmake
++++ b/cmake/KernelPreprocess.cmake
+@@ -23,7 +23,7 @@
+ ################################################################################
+
+ FUNCTION(PreprocessOCLKernel NAMESPACE KERNEL SRC DST)
+- MESSAGE(STATUS "Preprocessing OpenCL kernel: " ${SRC} " => " ${DST} )
++ #MESSAGE(STATUS "Preprocessing OpenCL kernel: " ${SRC} " => " ${DST} )
+
+ add_custom_command(
+ OUTPUT ${DST}
+--
+2.43.0
+