From: Daniel Arndt Date: Tue, 1 Nov 2022 14:26:30 +0000 (-0400) Subject: Update cmake/configure/configure_40_cuda.cmake X-Git-Tag: v9.5.0-rc1~854^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14377%2Fhead;p=dealii.git Update cmake/configure/configure_40_cuda.cmake Co-authored-by: Bruno Turcksin --- diff --git a/cmake/configure/configure_40_cuda.cmake b/cmake/configure/configure_40_cuda.cmake index d7a597d260..6b21a185dc 100644 --- a/cmake/configure/configure_40_cuda.cmake +++ b/cmake/configure/configure_40_cuda.cmake @@ -26,7 +26,7 @@ MACRO(FEATURE_CUDA_FIND_EXTERNAL var) IF(NOT Kokkos_ENABLE_CUDA) SET(CUDA_ADDITIONAL_ERROR_STRING ${CUDA_ADDITIONAL_ERROR_STRING} - "deal.II can only compiled with Cuda support if Kokkos was built with Cuda support!" + "deal.II can only be compiled with Cuda support if Kokkos was built with Cuda support!" ) SET(${var} FALSE) ELSE()