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

KokkosKernels: Fix install( ... DESTINATION ... ) dir (#10810) #1497

Conversation

bartlettroscoe
Copy link
Contributor

Matching PR for #1496 that brings this fix into the branch release-candidate-3.7.00.

This correctly uses just ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR} which if
relative, CMake assumes is relative to ${CMAKE_INSTALL_PREFIX}.  Fixing this
means that:

  cmake --install . --prefix <some-other-prefix>

works correctly.
@bartlettroscoe
Copy link
Contributor Author

@lucbv, what does that mean when you assign a PR to a GitHub user who is not a member of the GitHub project?

@lucbv
Copy link
Contributor

lucbv commented Aug 15, 2022

@bartlettroscoe since you wrote this PR I assume you are willing to do modifications to it if something fail in the auto-tester?

@bartlettroscoe
Copy link
Contributor Author

@bartlettroscoe since you wrote this PR I assume you are willing to do modifications to it if something fail in the auto-tester?

Sure. Just wanted to know what that meant.

Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

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

Thanks @bartlettroscoe !

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.

3 participants