From 39017121bda44fff713fe3b01cb1e063be93023b Mon Sep 17 00:00:00 2001 From: "Noah S. Elliott" Date: Tue, 16 Feb 2021 19:29:12 -0800 Subject: [PATCH] Allow CUDA configurations without RAJA. --- cmake/thirdparty/SetupSAMRAIThirdParty.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/thirdparty/SetupSAMRAIThirdParty.cmake b/cmake/thirdparty/SetupSAMRAIThirdParty.cmake index 9e504bb150..712dcec646 100644 --- a/cmake/thirdparty/SetupSAMRAIThirdParty.cmake +++ b/cmake/thirdparty/SetupSAMRAIThirdParty.cmake @@ -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 ()