Skip to content

Commit 41bdf6d

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ set(clang_libs
99
# function taken from https://github.com/abduld/cena/blob/master/cmake/modules/FindClang.cmake
1010
foreach(l ${clang_libs})
1111
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
12-
mark_as_advanced(${l})
13-
list(APPEND clang_libs ${l})
12+
mark_as_advanced(${l)
1413
endforeach(l)
1514

16-
set(${out_libs} ${clang_libs} PARENT_SCOPE)
17-
1815
add_cppinterop_unittest(CppInterOpTests
1916
CUDATest.cpp
2017
EnumReflectionTest.cpp

0 commit comments

Comments
 (0)