summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mahoney <chris.mahoney@kitware.com>2023-06-23 14:46:47 (GMT)
committerChris Mahoney <chris.mahoney@kitware.com>2023-07-17 15:22:03 (GMT)
commit93289830eaac4ddbf6039f8e46316c2de9105bbf (patch)
treef0526be5ca3a4080ebaf709254013e237a995cc0
parentc65e01a9796e5c54e9b193375261e11f26042311 (diff)
downloadCMake-93289830eaac4ddbf6039f8e46316c2de9105bbf.zip
CMake-93289830eaac4ddbf6039f8e46316c2de9105bbf.tar.gz
CMake-93289830eaac4ddbf6039f8e46316c2de9105bbf.tar.bz2
Tutorial: Clarify Step 4 TODO 4
-rw-r--r--Help/guide/tutorial/Adding Generator Expressions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Adding Generator Expressions.rst b/Help/guide/tutorial/Adding Generator Expressions.rst
index 3dab97f..910eacb 100644
--- a/Help/guide/tutorial/Adding Generator Expressions.rst
+++ b/Help/guide/tutorial/Adding Generator Expressions.rst
@@ -149,8 +149,8 @@ interface library.
Lastly, we only want these warning flags to be used during builds. Consumers
of our installed project should not inherit our warning flags. To specify
-this, we wrap our flags in a generator expression using the ``BUILD_INTERFACE``
-condition. The resulting full code looks like the following:
+this, we wrap our flags from TODO 3 in a generator expression using the
+``BUILD_INTERFACE`` condition. The resulting full code looks like the following:
.. raw:: html