From 1d8d22c0be6bab4c910a422f01cb83b2736fd0ac Mon Sep 17 00:00:00 2001 From: shynur Date: Tue, 23 Dec 2025 05:48:56 -0500 Subject: [PATCH] Tutorial: fix a thinko in a TODO item --- Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt index 7aebf48d36..2c33965d16 100644 --- a/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt @@ -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)