Merge topic 'patch-1'

1d8d22c0be Tutorial: fix a thinko in a TODO item

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Tyler Yankee <tyler.yankee@kitware.com>
Merge-request: !11552
This commit is contained in:
Brad King 2026-01-19 14:15:20 +00:00 committed by Kitware Robot
commit c64b6c50f7

View File

@ -14,9 +14,10 @@ target_sources(MathFunctions
# MathLogger will only be used in the MathFunctions implementation,
# not the headers
# TODO8: Add links to MathLogger for the OpAdd, OpMul, and OpSub libraries.
# Note that their headers will be exposed in the MathFunctions.h
# header, and must be available to consumers.
# TODO8: Add links to OpAdd, OpMul, and OpSub libraries for the
# MathFunctions library. Note that their headers will be
# exposed in the MathFunctions.h header, and must be available
# to consumers.
target_compile_features(MathFunctions PRIVATE cxx_std_20)