summaryrefslogtreecommitdiffstats
path: root/Help/command/target_compile_features.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 21:27:21 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-09 19:52:30 (GMT)
commitd4d1f8529752f25c64d3d0ab54768b7b93785a3f (patch)
treedddfcd3cc94ae38312fdb09ff90139510e66d4fc /Help/command/target_compile_features.rst
parent968224484f1c32fc2057addb44a6e533f384dd2b (diff)
downloadCMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.zip
CMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.tar.gz
CMake-d4d1f8529752f25c64d3d0ab54768b7b93785a3f.tar.bz2
Help: Move a note about arguments and genexes into include file
Diffstat (limited to 'Help/command/target_compile_features.rst')
-rw-r--r--Help/command/target_compile_features.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/command/target_compile_features.rst b/Help/command/target_compile_features.rst
index 82212a4..531af81 100644
--- a/Help/command/target_compile_features.rst
+++ b/Help/command/target_compile_features.rst
@@ -30,11 +30,11 @@ The named ``<target>`` must have been created by a command such as
:command:`add_executable` or :command:`add_library` and must not be an
:ref:`ALIAS target <Alias Targets>`.
-Arguments to ``target_compile_features`` may use "generator expressions"
-with the syntax ``$<...>``.
-See the :manual:`cmake-generator-expressions(7)` manual for available
-expressions. See the :manual:`cmake-compile-features(7)` manual for
-information on compile features and a list of supported compilers.
+.. |command_name| replace:: ``target_compile_features``
+.. |more_see_also| replace:: See the :manual:`cmake-compile-features(7)`
+ manual for information on compile features and a list of supported compilers.
+.. include:: GENEX_NOTE.txt
+ :start-line: 1
See Also
^^^^^^^^