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

Adding work-around for CMake issue in #2082 #2267

Conversation

JWhitleyWork
Copy link

Signed-off-by: Joshua Whitley jwhitley@autonomoustuff.com

Bug fix

Fixed bug

CMake 3.10 in Ubuntu 18.04 (melodic) contains an older version of FindCUDA.cmake which does not include fixes for versions of CUDA greater than 9.0. This causes compilation on Melodic to fail.

Fix applied

This PR introduces a fix which replicates the relevant changes from CMake 3.12.2 related to CUDA >= 9.1.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>
@gbiggs
Copy link

gbiggs commented May 16, 2019

Can we align this with #2265?

@amc-nu
Copy link
Member

amc-nu commented May 16, 2019

Integrating in #2265
Thanks @JWhitleyAStuff

@amc-nu amc-nu closed this May 16, 2019
@JWhitleyWork JWhitleyWork deleted the feature/melodic_cmake_fix branch May 17, 2019 14:42
@mitsudome-r mitsudome-r added the version:autoware-ai Autoware.AI label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants