Tutorial: fix a thinko in a TODO item

This commit is contained in:
shynur
2025-12-23 05:48:56 -05:00
committed by Brad King
parent 52425e12c9
commit 1d8d22c0be

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)