Skip to content

Commit 4cb6d54

Browse files
clang-cl isn't a separate target, use just clang as a dep
1 parent 8e0c900 commit 4cb6d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl-jit/jit-compiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_custom_command(
3737
DEPENDS
3838
${SYCL_JIT_RESOURCE_CPP}
3939
${CMAKE_CURRENT_SOURCE_DIR}/include/Resource.h
40-
${clang_exe}
40+
clang
4141
)
4242

4343
add_llvm_library(sycl-jit

0 commit comments

Comments
 (0)