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 07e525f commit 327666aCopy full SHA for 327666a
unittests/CppInterOp/CMakeLists.txt
@@ -8,7 +8,7 @@ set(clang_libs
8
9
foreach(l ${clang_libs})
10
find_library(${l} NAMES ${l} HINTS ${LLVM_LIBRARY_DIRS} )
11
- mark_as_advanced(${l)
+ mark_as_advanced(${l})
12
endforeach(l)
13
14
add_cppinterop_unittest(CppInterOpTests
0 commit comments