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

Add rapids-cmake-dir, if defined, to CMAKE_MODULE_PATH #567

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

tbensonatl
Copy link
Collaborator

On a first cmake run, when rapids-cmake-dir is not defined, we call add_subdirectory(cmake/rapids-cmake) to include the various rapids modules. On subsequent runs, rapids-cmake-dir is defined in the cache, so the path needs to be appended to the module path for the include directives. Currently, we modify CMAKE_PREFIX_PATH instead of CMAKE_MODULE_PATH.

@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@cliffburdick cliffburdick merged commit 532f699 into main Jan 18, 2024
1 check passed
@cliffburdick cliffburdick deleted the update-cmake-module-path branch January 18, 2024 22:43
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.

2 participants