Skip to content

Commit

Permalink
Merge pull request #800 from dalg24/drop_pthread_workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop authored Dec 27, 2022
2 parents e6ff4e5 + a4ceb0f commit cb91949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
if(Kokkos_ENABLE_CUDA)
list(APPEND ARBORX_DEVICE_TYPES Kokkos::CudaSpace::device_type)
endif()
if(Kokkos_ENABLE_THREADS OR Kokkos_ENABLE_PTHREAD) # Kokkos_ENABLE_PTHREAD deprecated in Kokkos 3.6
if(Kokkos_ENABLE_THREADS)
list(APPEND ARBORX_DEVICE_TYPES Kokkos::Threads::device_type)
endif()
if(Kokkos_ENABLE_HIP)
Expand Down

0 comments on commit cb91949

Please sign in to comment.