mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user