Skip to content

Commit

Permalink
debug: -Wl,--exclude-libs,libcurl.a
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Nov 3, 2024
1 parent 5e6f5e3 commit 788c9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ include(cmake/thirdparty/get_thread_pool.cmake)

file(GLOB SOURCES "src/*.cpp")
add_library(kvikio ${SOURCES})
target_link_options(kvikio PUBLIC "-Wl,--exclude-libs,libcurl.a")
add_library(kvikio::kvikio ALIAS kvikio)

target_include_directories(
Expand Down

0 comments on commit 788c9b4

Please sign in to comment.