Skip to content

Commit 5b6c36e

Browse files
committed
fix typo
1 parent 4b5cf8d commit 5b6c36e

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
@@ -9,7 +9,7 @@ include(CompilerFeatureTest)
99
beman_iterator26_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
1010

1111
if(NOT COMPILER_SUPPORTS_DEDUCING_THIS)
12-
message(FATAL_ERROR "The selected compiler and flags lacks C++23's deducing this support, which is required to build this project. Try adding -DCMAKE_CXX_STANDARD=23 to your command line parameters and, failing that, upgrade your compiler.")
12+
message(FATAL_ERROR "The selected compiler and flags lack C++23's deducing this support, which is required to build this project. Try adding -DCMAKE_CXX_STANDARD=23 to your command line parameters and, failing that, upgrade your compiler.")
1313
endif()
1414

1515
enable_testing()

0 commit comments

Comments
 (0)