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 41bdf6d commit 07e525fCopy full SHA for 07e525f
unittests/CppInterOp/CMakeLists.txt
@@ -6,11 +6,10 @@ set(clang_libs
6
clangAST
7
)
8
9
-# function taken from https://github.com/abduld/cena/blob/master/cmake/modules/FindClang.cmake
10
- foreach(l ${clang_libs})
+foreach(l ${clang_libs})
11
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
12
mark_as_advanced(${l)
13
- endforeach(l)
+endforeach(l)
14
15
add_cppinterop_unittest(CppInterOpTests
16
CUDATest.cpp
0 commit comments