Skip to content

Commit 327666a

Browse files
authored
Update CMakeLists.txt
1 parent 07e525f commit 327666a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(clang_libs
88

99
foreach(l ${clang_libs})
1010
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
11-
mark_as_advanced(${l)
11+
mark_as_advanced(${l})
1212
endforeach(l)
1313

1414
add_cppinterop_unittest(CppInterOpTests

0 commit comments

Comments
 (0)