Skip to content

Commit 38acf18

Browse files
authored
Update CMakeLists.txt
1 parent f71e757 commit 38acf18

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,11 @@ else()
138138
${link_libs}
139139
)
140140
else()
141-
add_library(clangCppInterOp
142-
SHARED
141+
llvm_add_library(clangCppInterOp
143142
CppInterOp.cpp
144143
CXCppInterOp.cpp
145144
${DLM}
146-
)
147-
set_target_properties(clangCppInterOp PROPERTIES
148-
LINK_FLAGS "-lLLVM-20git"
149-
)
145+
)
150146
endif()
151147
endif()
152148

0 commit comments

Comments
 (0)