-
Notifications
You must be signed in to change notification settings - Fork 106
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
Can't build the latest cuda-compression source #319
Comments
Edit the "Harvester.cmake" file like so: Replace this:
with this:
Then continue as normal: |
Good.It works. |
Yep... that worked like a charm |
Thanks! Now it compiles fine. |
Merged
Thanks for reporting! |
wallentx
added a commit
that referenced
this issue
May 30, 2023
Addresses issue reported in #319 Signed-off-by: wallentx <william.allentx@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to build the latest cuda-compression source, but I got this error when running cmake ..
`CMake Error at Harvester.cmake:1 (add_library):
Target "bladebit_harvester" links to target "CUDA::cudart_static>" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
CMakeLists.txt:159 (include)
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
`
What could be the problem? Thanks!
The text was updated successfully, but these errors were encountered: