Skip to content

Commit add4a25

Browse files
committed
Update linked issues in CMakeLists.txt for tests
1 parent 102db97 commit add4a25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ beman_iterator_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
2424
set(TARGETS_EXPORT_NAME ${CMAKE_PROJECT_NAME}Targets)
2525

2626
option(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
27-
"Make use of C++23 "deducing this" feature (P0847R7). Turn this off for non-conforming compilers."
27+
"Make use of C++23 \"deducing this\" feature (P0847R7). Turn this off for non-conforming compilers."
2828
${COMPILER_SUPPORTS_DEDUCING_THIS})
2929

3030
option(ITERATOR_INTERFACE_ENABLE_TESTING
@@ -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

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target_link_libraries(
1818
beman.iterator_interface.tests PRIVATE beman::iterator_interface GTest::gtest
1919
GTest::gtest_main)
2020

21-
# Issue #18: Re-enable ASAN run CI/clang-19.
21+
# [Issue #18](https://github.com/beman-project/iterator_interface/issues/18): Re-enable ASAN run CI/clang-19.
2222
#
2323
# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some
2424
# platforms. Temporary switch to gtest_add_tests and skip some Asan checks.

0 commit comments

Comments
 (0)