Skip to content

Commit

Permalink
Use impl target unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 27, 2024
1 parent 0ce74da commit 7e3bf3a
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 @@ -935,7 +935,7 @@ target_link_libraries(
kvikio::kvikio
$<TARGET_NAME_IF_EXISTS:CUDA::cuFile${_cufile_suffix}>
nanoarrow
$<TARGET_NAME_IF_EXISTS:rmm::rmm_logger_impl>
rmm::rmm_logger_impl
)

# Add Conda library, and include paths if specified
Expand Down

0 comments on commit 7e3bf3a

Please sign in to comment.