Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 25, 2025
1 parent f71e757 commit 38acf18
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,11 @@ else()
${link_libs}
)
else()
add_library(clangCppInterOp
SHARED
llvm_add_library(clangCppInterOp
CppInterOp.cpp
CXCppInterOp.cpp
${DLM}
)
set_target_properties(clangCppInterOp PROPERTIES
LINK_FLAGS "-lLLVM-20git"
)
)
endif()
endif()

Expand Down

0 comments on commit 38acf18

Please sign in to comment.