Skip to content

Commit a56ed87

Browse files
authored
Update CMakeLists.txt
1 parent 23f1b39 commit a56ed87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,9 @@ else()
137137
)
138138
else()
139139
llvm_add_library(clangCppInterOp
140-
DISABLE_LLVM_LINK_LLVM_DYLIB
141140
CppInterOp.cpp
142141
CXCppInterOp.cpp
143142
${DLM}
144-
LINK_LIBS
145-
clangCodeGen
146-
clangStaticAnalyzerCore
147143
)
148144
endif()
149145
endif()

0 commit comments

Comments
 (0)