We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3540641 commit 5e1ff28Copy full SHA for 5e1ff28
CMakeLists.txt
@@ -26,7 +26,7 @@ set(UMPIRE_VERSION_RC "")
26
27
include(cmake/SetupUmpireOptions.cmake)
28
29
-# Default to c++20 if not specified by the user.
+# Default to C++20 if not specified by the user.
30
set(BLT_CXX_STD "c++20" CACHE STRING "Version of C++ standard")
31
32
# If BLT_CXX_STD is set by the user, check that it is at least 20.
0 commit comments