Skip to content

Commit

Permalink
Don't export bs_thread_pool (#16398)
Browse files Browse the repository at this point in the history
## Description
cudf does not currently export any headers that depend on
bs_thread_pool, and having it as a dependency is currently causing
problems for consumers. Avoid exporting it since it's not needed.

## Checklist
- [ ] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
  • Loading branch information
KyleFromNVIDIA authored Jul 25, 2024
1 parent e553295 commit 1cea1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_thread_pool.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function(find_and_configure_thread_pool)
include(${rapids-cmake-dir}/cpm/bs_thread_pool.cmake)

# Find or install thread-pool
rapids_cpm_bs_thread_pool(BUILD_EXPORT_SET cudf-exports INSTALL_EXPORT_SET cudf-exports)
rapids_cpm_bs_thread_pool()

endfunction()

Expand Down

0 comments on commit 1cea1ea

Please sign in to comment.