Merge branch 'tutorial-todo8-wording' into 'master'

tutorial: fix TODO8 wording (MathFunctions vs MathLogger) in Step5

See merge request cmake/cmake!11608
This commit is contained in:
Damien Lejay 2026-01-18 00:50:58 -05:00
commit 40a8411555

View File

@ -14,7 +14,7 @@ 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.
# TODO8: Add links to MathFunctions 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.