Skip to content

Commit

Permalink
Merge pull request #169 from LLNL/feature/nselliott/cuda-config
Browse files Browse the repository at this point in the history
Allow CUDA configurations without RAJA.
  • Loading branch information
nselliott authored Apr 26, 2021
2 parents 621f648 + 3901712 commit d84e4e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/thirdparty/SetupSAMRAIThirdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ endif ()

# CUDA is setup by BLT
if (ENABLE_CUDA)
if (NOT ENABLE_RAJA)
message(FATAL_ERROR "CUDA support requires RAJA")
endif ()

if (NOT ENABLE_UMPIRE)
message(FATAL_ERROR "CUDA support requires UMPIRE")
endif ()
Expand Down

0 comments on commit d84e4e7

Please sign in to comment.