Skip to content

cuco: Support requests to not install#216

Merged
jrhemstad merged 2 commits into
NVIDIA:devfrom
robertmaynard:support_disabling_install_rules
Aug 23, 2022
Merged

cuco: Support requests to not install#216
jrhemstad merged 2 commits into
NVIDIA:devfrom
robertmaynard:support_disabling_install_rules

Conversation

@robertmaynard

Copy link
Copy Markdown
Collaborator

Allow consuming projects to request cuco to not install itself. This is needed for projects that don't expose
cuco as part of the API.

Note: this also fixes a bug where the consuming project has already brought in libcudacxx as a private dependency( no install ), and cuco errors out as it depends on libcudacxx but it won't be installed.

Allow consuming projects to request cuco to not install
itself. This is needed for projects that don't expose
cuco as part of the API.

Note: this also fixes a bug where the consuming project
has already brought in libcudacxx as a private dependency( no install ), and cuco errors out as it depends on libcudacxx but it won't be installed.
@PointKernel PointKernel added type: feature request New feature request topic: build CMake build issue Needs Review Awaiting reviews before merging labels Aug 22, 2022
@jrhemstad jrhemstad merged commit 2b1f512 into NVIDIA:dev Aug 23, 2022
@robertmaynard robertmaynard deleted the support_disabling_install_rules branch August 24, 2022 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Awaiting reviews before merging topic: build CMake build issue type: feature request New feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants