Skip to content

Commit 1805f21

Browse files
committed
Fix logical block
1 parent f582e91 commit 1805f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ set(LIBCLC_TARGET_TO_TEST)
8585
foreach ( t ${LIBCLC_TEST_TARGETS_ALL})
8686
if( ${t} IN_LIST LIBCLC_TARGETS_TO_BUILD )
8787
list( APPEND LIBCLC_TARGET_TO_TEST "${t}" )
88-
endif(t)
88+
endif( ${t} IN_LIST LIBCLC_TARGETS_TO_BUILD )
8989
endforeach(t)
9090

9191
execute_process( COMMAND ${LLVM_CONFIG} "--system-libs"

0 commit comments

Comments
 (0)