Skip to content

Commit

Permalink
maybe fix cuda linking
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 5, 2024
1 parent a6053bf commit e660a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ if(NANOARROW_DEVICE)
target_compile_definitions(nanoarrow_device PRIVATE ${NANOARROW_DEVICE_DEFS_METAL}
${NANOARROW_DEVICE_DEFS_CUDA})
target_link_libraries(nanoarrow_device
PRIVATE ${NANOARROW_DEVICE_LIBS_CUDA}
${NANOARROW_DEVICE_LIBS_METAL} nanoarrow_coverage_config)
PUBLIC ${NANOARROW_DEVICE_LIBS_CUDA}
${NANOARROW_DEVICE_LIBS_METAL} nanoarrow_coverage_config)

install(TARGETS nanoarrow_device DESTINATION lib)
install(FILES src/nanoarrow/nanoarrow_device.h DESTINATION include/nanoarrow)
Expand Down

0 comments on commit e660a4c

Please sign in to comment.