Skip to content

Commit 2f2e5a8

Browse files
committed
fix: type
1 parent 7365d80 commit 2f2e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
3535
include(set_compiler_flag.cmake)
3636

3737
if(CPP23)
38-
# User requested C++20, but compiler might not oblige.
38+
# User requested C++23, but compiler might not oblige.
3939
set_compiler_flag(
4040
_cxx_std_flag CXX
4141
"-std=c++23" # this should work with GNU, Intel, PGI

0 commit comments

Comments
 (0)