Skip to content

Commit

Permalink
$<TARGET_NAME_IF_EXISTS:CURL::libcurl>
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 31, 2024
1 parent 35f7442 commit 7ea871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ target_include_directories(
)
target_link_libraries(
kvikio PUBLIC Threads::Threads BS::thread_pool ${CMAKE_DL_LIBS}
$<TARGET_NAME_IF_EXISTS:nvtx3::nvtx3-cpp>
$<TARGET_NAME_IF_EXISTS:nvtx3::nvtx3-cpp> $<TARGET_NAME_IF_EXISTS:CURL::libcurl>
)

target_compile_definitions(
Expand Down

0 comments on commit 7ea871d

Please sign in to comment.