Skip to content

Commit

Permalink
Turn on BS_THREAD_POOL_ENABLE_PAUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 22, 2024
1 parent 75b1982 commit 59b000a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rapids-cmake/cpm/bs_thread_pool.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function(rapids_cpm_bs_thread_pool)
target_include_directories(rapids_bs_thread_pool
INTERFACE "$<BUILD_INTERFACE:${bs_thread_pool_SOURCE_DIR}/include>"
"$<INSTALL_INTERFACE:include>")
target_compile_definitions(rapids_bs_thread_pool INTERFACE "BS_THREAD_POOL_ENABLE_PAUSE=1")
set_property(TARGET rapids_bs_thread_pool PROPERTY EXPORT_NAME thread_pool)
install(TARGETS rapids_bs_thread_pool EXPORT bs_thread_pool-targets)
endif()
Expand Down

0 comments on commit 59b000a

Please sign in to comment.