Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: expose CUDA::cuda_driver dependency in use #738

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

nsoborin
Copy link
Contributor

Description

Without this, CUDA::cuda_driver target is not linked to libocca during consumption and as a result there is a build problem: libcuda.so cannot be found. This occurs on machines which do not have CUDA lib in default, compiler included directories (e.g. in /lib64)

Without this, CUDA::cuda_driver target is not linked to libocca during
consumption and as a result there is a build problem: libcuda.so cannot
be found. This occurs on machines which do not have CUDA lib default,
 compiler included libraries (e.g. in /lib64)
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6390b2d) 74.97% compared to head (39fbec1) 74.96%.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #738      +/-   ##
===============================================
- Coverage        74.97%   74.96%   -0.01%     
===============================================
  Files              298      298              
  Lines            19486    19486              
===============================================
- Hits             14609    14608       -1     
- Misses            4877     4878       +1     

see 1 file with indirect coverage changes

@kris-rowe kris-rowe merged commit 72cc774 into libocca:development Jan 30, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants