Skip to content

Commit

Permalink
Update Harvester.cmake (#327)
Browse files Browse the repository at this point in the history
Addresses issue reported in #319
  • Loading branch information
wallentx authored May 15, 2023
1 parent c3a31eb commit a1c1642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harvester.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ target_link_libraries(bladebit_harvester PRIVATE
bladebit_config
Threads::Threads

$<${have_cuda}: CUDA::cudart_static>
$<${have_cuda}:CUDA::cudart_static>

INTERFACE
$<$<PLATFORM_ID:Linux>:
Expand Down

0 comments on commit a1c1642

Please sign in to comment.