-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
CUDA compilation is broken #240
Comments
since |
I am using Ubuntu 16.04 with CMake version 3.5.1 from apt-get |
To anyone else who may stumble upon this problem, the solution was to add the following CMake flag See here for more info. |
thx @gpanders |
After commit 54766b9 OpenMVS fails to build with the following error:
Reverting 54766b9 fixes the issue and allows OpenMVS to compile normally.
I am building OpenMVS in a Docker container based on the NVIDIA CUDA Docker image.
The text was updated successfully, but these errors were encountered: