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 32a6269 commit 2accf5fCopy full SHA for 2accf5f
lib/Interpreter/CMakeLists.txt
@@ -81,6 +81,7 @@ else()
81
if (NOT transitive_libs)
82
continue()
83
endif()
84
+ string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
85
foreach(transitive_lib ${transitive_libs})
86
message(STATUS "transitive libs ${transitive_libs}")
87
message(STATUS "transitive lib ${transitive_lib}")
0 commit comments