Skip to content

Commit 5e1ff28

Browse files
committed
trigger CI
1 parent 3540641 commit 5e1ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(UMPIRE_VERSION_RC "")
2626

2727
include(cmake/SetupUmpireOptions.cmake)
2828

29-
# Default to c++20 if not specified by the user.
29+
# Default to C++20 if not specified by the user.
3030
set(BLT_CXX_STD "c++20" CACHE STRING "Version of C++ standard")
3131

3232
# If BLT_CXX_STD is set by the user, check that it is at least 20.

0 commit comments

Comments
 (0)