Help: improve docs for the EXCLUDE_FROM_ALL directory property

This patch improves the wording of the documentation of the
EXCLUDE_FROM_ALL directory property, and makes the
add_subdirectory()- and fetchcontent-documentation refer to it.
This commit is contained in:
Alex Neundorf
2024-05-07 18:42:07 +02:00
parent 6bd5b3ad6a
commit 2449c04d8d
3 changed files with 30 additions and 18 deletions
+2 -2
View File
@@ -253,8 +253,8 @@ Commands
If the ``EXCLUDE_FROM_ALL`` argument is provided, then targets in the
subdirectory added by :command:`FetchContent_MakeAvailable` will not be
included in the ``ALL`` target by default, and may be excluded from IDE
project files. See the :command:`add_subdirectory` ``EXCLUDE_FROM_ALL``
argument documentation for a more detailed discussion of the effects.
project files. See the documentation for the directory property
:prop_dir:`EXCLUDE_FROM_ALL` for a detailed discussion of the effects.
.. command:: FetchContent_MakeAvailable