Skip to content

Commit

Permalink
Specify a version for rapids_logger dependency (rapidsai#17573)
Browse files Browse the repository at this point in the history
## Description
rapidsai#17307 broke builds that use the rapids-cmake pinned dependencies
feature since no version was specified for the rapids_logger dependency.
This adds a version string equal to the git tag so the dependency has a
stated version.

## Checklist
- [X] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [ ] New or existing tests cover these changes.
- [X] The documentation is up to date with these changes.

---------

Co-authored-by: Nghia Truong <7416935+ttnghia@users.noreply.github.com>
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
4 people authored Dec 11, 2024
1 parent 0c5bd66 commit cd3a79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ rapids_cpm_init()
# Not using rapids-cmake since we never want to find, always download.
CPMAddPackage(
NAME rapids_logger GITHUB_REPOSITORY rapidsai/rapids-logger GIT_SHALLOW TRUE GIT_TAG
14bb233d2420f7187a690f0bb528ec0420c70d48
c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55 VERSION c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55
)
rapids_make_logger(cudf EXPORT_SET cudf-exports)

Expand Down

0 comments on commit cd3a79b

Please sign in to comment.