We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Error at /usr/local/lib/cmake/Ceres/CeresTargets.cmake:59 (set_target_properties): The link interface of target "Ceres::ceres" contains:
CUDA::cublas
but the target was not found. Possible reasons include:
* There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing.
Call Stack (most recent call first): /usr/local/lib/cmake/Ceres/CeresConfig.cmake:272 (include) test/core/CMakeLists.txt:15 (find_package)
Any advice?
The text was updated successfully, but these errors were encountered:
Ubuntu20.40 CUDA version:12.6 cere version:2.2.0
Sorry, something went wrong.
No branches or pull requests
CMake Error at /usr/local/lib/cmake/Ceres/CeresTargets.cmake:59 (set_target_properties):
The link interface of target "Ceres::ceres" contains:
but the target was not found. Possible reasons include:
Call Stack (most recent call first):
/usr/local/lib/cmake/Ceres/CeresConfig.cmake:272 (include)
test/core/CMakeLists.txt:15 (find_package)
Any advice?
The text was updated successfully, but these errors were encountered: