Skip to content

Commit

Permalink
[cmake] Don't complain about tinfo symbols, they are in CppInterOp DT…
Browse files Browse the repository at this point in the history
…_NEEDED
  • Loading branch information
vgvassilev committed Aug 11, 2023
1 parent d2f2376 commit c2965a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ target_link_libraries(xeus-clang-repl PUBLIC clangCppInterOp xeus pugixml cxxopt
if(APPLE)
target_link_libraries(xeus-clang-repl PUBLIC -Wl,-w -Wl,-bind_at_load -Wl,-undefined,dynamic_lookup)
elseif(NOT MSVC)
target_link_libraries(xeus-clang-repl PUBLIC -Wl,--unresolved-symbols=ignore-in-object-files)
target_link_libraries(xeus-clang-repl PUBLIC -Wl,--unresolved-symbols=ignore-all)
endif()

target_include_directories(xeus-clang-repl PUBLIC ${PYTHON_INCLUDE_DIRS})
Expand Down

0 comments on commit c2965a0

Please sign in to comment.