Skip to content

Commit 6729a8f

Browse files
authored
Remove clangAST
1 parent a7c23ce commit 6729a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ else()
8282
continue()
8383
endif()
8484
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
85-
string(REPLACE "LLVM;" "" transitive_libs "${transitive_libs}")
85+
string(REPLACE "LLVM" "" transitive_libs "${transitive_libs}")
86+
string(REPLACE "clangAST;" "" transitive_libs "${transitive_libs}")
8687
foreach(transitive_lib ${transitive_libs})
8788
message(STATUS "transitive libs ${transitive_libs}")
8889
message(STATUS "transitive lib ${transitive_lib}")

0 commit comments

Comments
 (0)