Skip to content

Commit

Permalink
Remove clangAST
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 18, 2025
1 parent a7c23ce commit 6729a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ else()
continue()
endif()
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
string(REPLACE "LLVM;" "" transitive_libs "${transitive_libs}")
string(REPLACE "LLVM" "" transitive_libs "${transitive_libs}")
string(REPLACE "clangAST;" "" transitive_libs "${transitive_libs}")
foreach(transitive_lib ${transitive_libs})
message(STATUS "transitive libs ${transitive_libs}")
message(STATUS "transitive lib ${transitive_lib}")
Expand Down

0 comments on commit 6729a8f

Please sign in to comment.