Skip to content

Commit 2accf5f

Browse files
authored
Remove clangedit transistive libs
1 parent 32a6269 commit 2accf5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ else()
8181
if (NOT transitive_libs)
8282
continue()
8383
endif()
84+
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
8485
foreach(transitive_lib ${transitive_libs})
8586
message(STATUS "transitive libs ${transitive_libs}")
8687
message(STATUS "transitive lib ${transitive_lib}")

0 commit comments

Comments
 (0)