Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 18, 2025
1 parent 6729a8f commit 015f495
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ else()
if (NOT transitive_libs)
continue()
endif()
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
string(REPLACE "LLVM" "" transitive_libs "${transitive_libs}")
string(REPLACE "clangAST;" "" transitive_libs "${transitive_libs}")
string(REPLACE "version;" "" 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 015f495

Please sign in to comment.