summaryrefslogtreecommitdiffstats
path: root/Help/command/target_compile_definitions.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-05 12:19:02 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:15:52 (GMT)
commit85a4fad78c187ef6b595a62d01e1f7b534c45fe3 (patch)
tree36d5fa27c0f40adc8c6fd50a9516cc0f9a5cfddb /Help/command/target_compile_definitions.rst
parenta0fa025377ebe15af5303e47455f58391e9d6994 (diff)
downloadCMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.zip
CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.gz
CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.bz2
Help: Use ``inline-literals`` to mark generator expressions.
Diffstat (limited to 'Help/command/target_compile_definitions.rst')
-rw-r--r--Help/command/target_compile_definitions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_compile_definitions.rst b/Help/command/target_compile_definitions.rst
index 5c223a2..d32cc18 100644
--- a/Help/command/target_compile_definitions.rst
+++ b/Help/command/target_compile_definitions.rst
@@ -20,5 +20,5 @@ definitions. Repeated calls for the same <target> append items in the
order called.
Arguments to target_compile_definitions may use "generator expressions" with
-the syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual
+the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual
for available expressions.