Skip to content

Commit

Permalink
Fix check for compute_cuda module
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 9, 2021
1 parent 63a0c16 commit 4906627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/full/compute_cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

if(NOT (HPX_WITH_CUDA OR HPX_WITH_HIP)
OR NOT HPX_WITH_ASYNC_CUDA
OR NOT HPX_WITH_COMPUTE_CUDA
OR NOT HPX_WITH_CUDA_COMPUTE
)
return()
endif()
Expand Down

0 comments on commit 4906627

Please sign in to comment.