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 1f40bb4 commit 60aba13Copy full SHA for 60aba13
cmake/modules/CMakeFunctions.cmake
@@ -141,7 +141,7 @@ function(apply_patches repo_dir patches_dir base_revision target_branch)
141
message(STATUS "[OPENCL-CLANG] Not present - ${patching_log}")
142
endif()
143
endforeach(patch)
144
- elsef(patches_needed EQUAL 0) # The target branch already exists
+ elseif(patches_needed EQUAL 0) # The target branch already exists
145
execute_process( # Check it out
146
COMMAND ${GIT_EXECUTABLE} checkout ${target_branch}
147
WORKING_DIRECTORY ${repo_dir}
0 commit comments