summaryrefslogtreecommitdiffstats
path: root/Help/command/add_compile_definitions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/add_compile_definitions.rst')
-rw-r--r--Help/command/add_compile_definitions.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Help/command/add_compile_definitions.rst b/Help/command/add_compile_definitions.rst
index 206cf99..ad1fc43 100644
--- a/Help/command/add_compile_definitions.rst
+++ b/Help/command/add_compile_definitions.rst
@@ -21,10 +21,8 @@ Function-style definitions are not supported. CMake will automatically
escape the value correctly for the native build system (note that CMake
language syntax may require escapes to specify some values).
-Arguments to ``add_compile_definitions`` may use "generator expressions" with
-the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
-manual for available expressions. See the :manual:`cmake-buildsystem(7)`
-manual for more on defining buildsystem properties.
+.. |command_name| replace:: ``add_compile_definitions``
+.. include:: GENEX_NOTE.txt
See Also
^^^^^^^^