Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass GLOBAL_TARGETS to rapids_cpm_find in rapids_cpm_bs_thread_pool()
Because the GLOBAL_TARGETS option was not being passed, rapids_cpm_bs_thread_pool() was accidentally calling CPMAddPackage() twice for bs_thread_pool, resulting in invalid pinned versions output. Pass GLOBAL_TARGETS to ensure CPMAddPackage() is only called once.
- Loading branch information