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

Similar solution for Ubuntu users installing colmap dependency ceres-solver build #807

Closed
nudro opened this issue Jul 22, 2022 · 0 comments

Comments

@nudro
Copy link

nudro commented Jul 22, 2022

Similar to the troubleshooting tip for solving cmake errors on Ubuntu note hered:

Linux: Environment variables for your CUDA installation are probably incorrectly set. You may work around the issue using cmake . -B build -DCMAKE_CUDA_COMPILER=/usr/local/cuda-<your cuda version>/bin/nvcc (https://github.com/NVlabs/instant-ngp/issues/28)

#28

... if you are experiencing build errors when installing colmap per the instructions https://colmap.github.io/install.html, at cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF, you may use the same prompt to help the dependency ceres-solver find CUDA on Ubuntu.

I posted the fix here:
ceres-solver/ceres-solver#844

@nudro nudro closed this as completed Jul 22, 2022
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

No branches or pull requests

1 participant