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

Hide third party cmake options in our cmake developer builds. #300

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

alliepiper
Copy link
Collaborator

This patch adds a place to list cmake options from our dependencies (e.g. Catch2, etc) that we don't want to display when configuring a developer build with tools like ccmake and cmake-gui.

Fixes #299.

Description

closes #299

Simplifies the process of interactively configuring a CCCL build using tools like ccmake and cmake-gui.

@alliepiper alliepiper requested review from a team as code owners August 3, 2023 18:56
@alliepiper alliepiper requested review from robertmaynard and griwes and removed request for a team August 3, 2023 18:56
CMakeLists.txt Outdated Show resolved Hide resolved
@copy-pr-bot
Copy link

copy-pr-bot bot commented Aug 31, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

This adds a place to list cmake options from our dependencies (e.g.
Catch2, etc) that we don't want to display when configuring a developer
build with tools like `ccmake` and `cmake-gui`.

Fixes NVIDIA#299.
@alliepiper
Copy link
Collaborator Author

@robertmaynard This is ready for another look.

@alliepiper alliepiper merged commit c091d56 into NVIDIA:main Sep 2, 2023
464 checks passed
@alliepiper alliepiper deleted the tp_cmake_options branch September 2, 2023 12:20
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.

[FEA]: Hide CMake cache opens for third party libraries.
2 participants