From: Daniel Arndt Date: Fri, 25 Nov 2022 17:43:58 +0000 (-0500) Subject: extend comment about C++17 support X-Git-Tag: v9.5.0-rc1~810^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14474%2Fhead;p=dealii.git extend comment about C++17 support --- diff --git a/doc/external-libs/cuda.html b/doc/external-libs/cuda.html index 0cc6ca9f98..854169daee 100644 --- a/doc/external-libs/cuda.html +++ b/doc/external-libs/cuda.html @@ -32,7 +32,8 @@ -DDEAL_II_WITH_CUDA=ON - CUDA versions prior to 11.0 don't support C++17 or higher. + CUDA versions prior to 11.0 don't support C++17 or higher. You will have + to make sure that C++17 is disabled when using earlier versions.