Skip to content

Commit 0c5362d

Browse files
authored
Update CMakeLists.txt
1 parent 472bf56 commit 0c5362d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ else()
116116
)
117117
endif(LLVM_LINK_LLVM_DYLIB)
118118
endif()
119-
string(REPLACE "LLVM" "" link_libs "${link_libs}")
120-
message(STATUS "link_libs: LLVM ${link_libs}")
119+
message(STATUS "link_libs: ${link_libs}")
120+
message(STATUS "DLM ${DLM}")
121121
message(STATUS "llvm_targets_to_build: LLVM ${LLVM_TARGETS_TO_BUILD}")
122122
add_llvm_library(clangCppInterOp
123123
DISABLE_LLVM_LINK_LLVM_DYLIB

0 commit comments

Comments
 (0)