We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f92613 commit 8aab8baCopy full SHA for 8aab8ba
cmake/modules/CMakeFunctions.cmake
@@ -136,7 +136,7 @@ function(apply_patches repo_dir patches_dir base_revision target_branch)
136
message(STATUS "[OPENCL-CLANG] Patch ${patch} is already in local branch - ignore patching")
137
else()
138
execute_process( # Apply the patch
139
- COMMAND ${GIT_EXECUTABLE} am --3way --ignore-whitespace -C0 ${patch}
+ COMMAND ${GIT_EXECUTABLE} am --3way --keep-non-patch --ignore-whitespace -C0 ${patch}
140
WORKING_DIRECTORY ${repo_dir}
141
OUTPUT_VARIABLE patching_log
142
)
0 commit comments