Skip to content

Commit 60aba13

Browse files
committed
fix cmake typo elsef
1 parent 1f40bb4 commit 60aba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/CMakeFunctions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function(apply_patches repo_dir patches_dir base_revision target_branch)
141141
message(STATUS "[OPENCL-CLANG] Not present - ${patching_log}")
142142
endif()
143143
endforeach(patch)
144-
elsef(patches_needed EQUAL 0) # The target branch already exists
144+
elseif(patches_needed EQUAL 0) # The target branch already exists
145145
execute_process( # Check it out
146146
COMMAND ${GIT_EXECUTABLE} checkout ${target_branch}
147147
WORKING_DIRECTORY ${repo_dir}

0 commit comments

Comments
 (0)