8000 include colmap_cuda in COLMAP_LIBRARIES when compiled with cuda by ClementPinard · Pull Request #1084 · colmap/colmap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

include colmap_cuda in COLMAP_LIBRARIES when compiled with cuda #1084

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

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

ClementPinard
Copy link
Contributor

fixes #1065
As discussed there, the example given in https://colmap.github.io/install.html#library does not work if colmap was compiled with cuda support because it doesnt link against the cuda_colmap library, even if the cuda functions are not used.

This PR tries tries to fix the problem by adding colmap_cuda to the COLMAP_LIBRARIES variable so that the end user does not have to worry about it.

fixes colmap#1065
As discussed there, the example given in https://colmap.github.io/install.html#library does not work if colmap was compiled with cuda support because it doesnt link against the cuda_colmap library, even if the cuda functions are not used.

This PR tries tries to fix the problem by adding colmap_cuda to the COLMAP_LIBRARIES variable so that the end user does not have to worry about it.
@ahojnnes ahojnnes merged commit 081272b into colmap:dev Dec 30, 2020
@ahojnnes
Copy link
Contributor

Thanks!

lucasthahn pushed a commit to tne-ai/colmap that referenced this pull request Aug 17, 2022
…ap#1084)

fixes colmap#1065
As discussed there, the example given in https://colmap.github.io/install.html#library does not work if colmap was compiled with cuda support because it doesnt link against the cuda_colmap library, even if the cuda functions are not used.

This PR tries tries to fix the problem by adding colmap_cuda to the COLMAP_LIBRARIES variable so that the end user does not have to worry about it.
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

Successfully merging this pull request may close these issues.

use colmap as a library problem
2 participants 33D5
0