From: Daniel Arndt <arndtd@ornl.gov>
Date: Wed, 2 Apr 2025 15:46:24 +0000 (-0400)
Subject: Be more explicit about CMAKE_CXX_COMPILER
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54e01c2b00164ea4bbcffd7cc7439ad889faa79;p=dealii.git

Be more explicit about CMAKE_CXX_COMPILER

Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
---

diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html
index 38f8b4f7ac..bd4e380d79 100644
--- a/doc/external-libs/cuda.html
+++ b/doc/external-libs/cuda.html
@@ -16,8 +16,8 @@
       To compile and run CUDA code, you need to use an external Kokkos
       installation that has been configured with CUDA support.
       Note that deal.II requires a compiler that is compatible with the
-      backends enabled in Kokkos. In particular, you need to use Kokkos'
-      <code>nvcc_wrapper</code> or <code>clang++</code> when enabling the
+      backends enabled in Kokkos. In particular, you need to explicitly define Kokkos'
+      <code>nvcc_wrapper</code> or <code>clang++</code> as `CMAKE_CXX_COMPILER` when enabling the
       Cuda backend.
     </p>