Skip to content

Commit 07e525f

Browse files
authored
Update CMakeLists.txt
1 parent 41bdf6d commit 07e525f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ set(clang_libs
66
clangAST
77
)
88

9-
# function taken from https://github.com/abduld/cena/blob/master/cmake/modules/FindClang.cmake
10-
foreach(l ${clang_libs})
9+
foreach(l ${clang_libs})
1110
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
1211
mark_as_advanced(${l)
13-
endforeach(l)
12+
endforeach(l)
1413

1514
add_cppinterop_unittest(CppInterOpTests
1615
CUDATest.cpp

0 commit comments

Comments
 (0)