This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Add find_package and add_subdirectory CMake support.
#242
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0e9e5b1 to
f582f69
Compare
f582f69 to
36e9316
Compare
36e9316 to
39cd2e3
Compare
Collaborator
Author
|
Last push fixed a bug in the versions checks (cc: @robertmaynard) |
robertmaynard
suggested changes
Jan 27, 2022
39cd2e3 to
fa33622
Compare
robertmaynard
suggested changes
Jan 27, 2022
fa33622 to
c7d9ddd
Compare
To validate installation + packages, run the new tests: ``` mkdir build cd build cmake -Dlibcudacxx_ENABLE_CMAKE_TESTS=ON .. ctest --output-on-failure ```
c7d9ddd to
d6246ca
Compare
robertmaynard
approved these changes
Feb 7, 2022
Collaborator
Author
|
@wmaxey This should be ready to go -- I've been using the package in thrust successfully in NVIDIA/thrust#1605 👍 |
Collaborator
Author
|
BTW @wmaxey -- you'll need to ping the builds folks to make sure that these three files get packaged into CTK. See NVBug 3273504 where we did this for Thrust/CUB. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To validate installation + packages, run the new tests:
Tests are failing until #241 is merged.