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

CMake support absolute CMAKE_INSTALL_LIBDIR values #1393

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

robertmaynard
Copy link
Contributor

Description

Allows us to support absolute CMAKE_INSTALL_LIBDIR paths when they are rooted in CMAKE_INSTALL_PREFIX.

Fixes #1390

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Copy link
Collaborator

@jrhemstad jrhemstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't pretend to understand any of this and wholly defer to @allisonvacanti. My only question is if there's a way to add a test for this to make sure we don't break it again in the future.

Copy link
Collaborator

@alliepiper alliepiper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Rob!

@alliepiper alliepiper merged commit 47dde4d into NVIDIA:main Feb 21, 2024
541 checks passed
@robertmaynard robertmaynard deleted the support_abs_libdir branch March 6, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: ThrustInstallRules.cmake doesn't support when CMAKE_INSTALL_LIBDIR is an absolute value
3 participants