You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
... 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.
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, atcmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF
, you may use the same prompt to help the dependencyceres-solver
find CUDA on Ubuntu.I posted the fix here:
ceres-solver/ceres-solver#844
The text was updated successfully, but these errors were encountered: