Skip to content

Commit f8ca9ce

Browse files
authored
Fix build
1 parent 37c9fa4 commit f8ca9ce

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
@@ -34,7 +34,7 @@ if(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
3434
AND NOT COMPILER_SUPPORTS_DEDUCING_THIS)
3535
message(
3636
WARNING
37-
"Building with C++23 "deducing this" feature (P0847R7) despite of the compiler's lack of actual support for it."
37+
"Building with C++23 \"deducing this\" feature (P0847R7) despite of the compiler's lack of actual support for it."
3838
)
3939
endif()
4040

0 commit comments

Comments
 (0)