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

Fix exporting of include directories #540

Merged

Commits on Nov 6, 2024

  1. Fix exporting of include directories

    The CUDA and cufile include directories should not be exported as
    absolute paths when installing, only in the build tree. Add a
    $<BUILD_INTERFACE> generator expression.
    KyleFromNVIDIA committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ae10843 View commit details
    Browse the repository at this point in the history
  2. Style

    KyleFromNVIDIA committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b48a287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcfaae0 View commit details
    Browse the repository at this point in the history
  4. Style

    KyleFromNVIDIA committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e78741e View commit details
    Browse the repository at this point in the history