Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Mar 22, 2024
1 parent 3de55a2 commit 30783c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/DepthTests/UnitTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ target_link_libraries(depth_ut PRIVATE
k4ainternal::utcommon

# Link k4ainternal::depth without transitive dependencies
$<TARGET_FILE:k4ainternal::depth>
k4ainternal::depth

# Link the dependencies of k4ainternal::depth that we do not mock
CUDA::cudart
CUDA::cuda_driver
Expand Down

0 comments on commit 30783c3

Please sign in to comment.