summaryrefslogtreecommitdiffstats
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
parenta0fa025377ebe15af5303e47455f58391e9d6994 (diff)
downloadCMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.zip
CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.gz
CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.bz2
Help: Use ``inline-literals`` to mark generator expressions.
-rw-r--r--Help/command/add_compile_options.rst2
-rw-r--r--Help/command/add_custom_command.rst2
-rw-r--r--Help/command/add_test.rst2
-rw-r--r--Help/command/target_compile_definitions.rst2
-rw-r--r--Help/command/target_compile_options.rst2
-rw-r--r--Help/command/target_include_directories.rst2
-rw-r--r--Help/command/target_link_libraries.rst2
-rw-r--r--Help/prop_dir/COMPILE_OPTIONS.rst2
-rw-r--r--Help/prop_tgt/AUTOUIC_OPTIONS.rst2
-rw-r--r--Help/prop_tgt/COMPILE_DEFINITIONS.rst2
-rw-r--r--Help/prop_tgt/COMPILE_OPTIONS.rst2
-rw-r--r--Help/prop_tgt/INCLUDE_DIRECTORIES.rst2
-rw-r--r--Help/prop_tgt/LINK_LIBRARIES.rst2
13 files changed, 13 insertions, 13 deletions
diff --git a/Help/command/add_compile_options.rst b/Help/command/add_compile_options.rst
index a9329f4..49b38a2 100644
--- a/Help/command/add_compile_options.rst
+++ b/Help/command/add_compile_options.rst
@@ -13,5 +13,5 @@ alternative commands exist to add preprocessor definitions or include
directories. See documentation of the directory and target
COMPILE_OPTIONS properties for details. Arguments to
add_compile_options may use "generator expressions" with the syntax
-"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 4de708f..b0c5446 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -113,7 +113,7 @@ dependency that would cause the custom command to re-run whenever the
executable is recompiled.
Arguments to COMMAND may use "generator expressions" with the syntax
-"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
Note that tgt is not added as a dependency of the target this
diff --git a/Help/command/add_test.rst b/Help/command/add_test.rst
index 7363d5f..5714559 100644
--- a/Help/command/add_test.rst
+++ b/Help/command/add_test.rst
@@ -35,7 +35,7 @@ a WORKING_DIRECTORY option is given then the test will be executed in
the given directory.
Arguments after COMMAND may use "generator expressions" with the syntax
-"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
Note that tgt is not added as a dependency of the target this
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.
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst
index 71d57f9..3870abf 100644
--- a/Help/command/target_compile_options.rst
+++ b/Help/command/target_compile_options.rst
@@ -22,6 +22,6 @@ of <target>. The following arguments specify compile options.
Repeated calls for the same <target> append items in the order called.
Arguments to target_compile_options may use "generator expressions"
-with the syntax "$<...>".
+with the syntax ``$<...>``.
See the :manual:`cmake-generator-expressions(7)` manual for available
expressions.
diff --git a/Help/command/target_include_directories.rst b/Help/command/target_include_directories.rst
index 4835b96..2fd7d7f 100644
--- a/Help/command/target_include_directories.rst
+++ b/Help/command/target_include_directories.rst
@@ -32,6 +32,6 @@ INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property will be populated
with the specified directories.
Arguments to target_include_directories may use "generator
-expressions" with the syntax "$<...>".
+expressions" with the syntax ``$<...>``.
See the :manual:`cmake-generator-expressions(7)` manual for available
expressions.
diff --git a/Help/command/target_link_libraries.rst b/Help/command/target_link_libraries.rst
index c2d2dc6..eaecf21 100644
--- a/Help/command/target_link_libraries.rst
+++ b/Help/command/target_link_libraries.rst
@@ -140,7 +140,7 @@ archives are really so interdependent they should probably be combined
into a single archive.)
Arguments to target_link_libraries may use "generator expressions"
-with the syntax "$<...>". Note however, that generator expressions
+with the syntax ``$<...>``. Note however, that generator expressions
will not be used in OLD handling of CMP0003 or CMP0004.
See the :manual:`cmake-generator-expressions(7)` manual for available
expressions.
diff --git a/Help/prop_dir/COMPILE_OPTIONS.rst b/Help/prop_dir/COMPILE_OPTIONS.rst
index e8d1b8a..f0c3a42 100644
--- a/Help/prop_dir/COMPILE_OPTIONS.rst
+++ b/Help/prop_dir/COMPILE_OPTIONS.rst
@@ -10,5 +10,5 @@ The target property values are used by the generators to set the
options for the compiler.
Contents of COMPILE_OPTIONS may use "generator expressions" with the syntax
-"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
diff --git a/Help/prop_tgt/AUTOUIC_OPTIONS.rst b/Help/prop_tgt/AUTOUIC_OPTIONS.rst
index d0f865c..2571634 100644
--- a/Help/prop_tgt/AUTOUIC_OPTIONS.rst
+++ b/Help/prop_tgt/AUTOUIC_OPTIONS.rst
@@ -16,6 +16,6 @@ This property is initialized by the value of the variable
The options set on the target may be overridden by :prop_sf:`AUTOUIC_OPTIONS` set
on the ``.ui`` source file.
-This property may use "generator expressions" with the syntax "$<...>".
+This property may use "generator expressions" with the syntax ``$<...>``.
See the :manual:`cmake-generator-expressions(7)` manual for available
expressions.
diff --git a/Help/prop_tgt/COMPILE_DEFINITIONS.rst b/Help/prop_tgt/COMPILE_DEFINITIONS.rst
index 51bdb92..81e73a4 100644
--- a/Help/prop_tgt/COMPILE_DEFINITIONS.rst
+++ b/Help/prop_tgt/COMPILE_DEFINITIONS.rst
@@ -17,7 +17,7 @@ by the native build tool. The VS6 IDE does not support definition
values with spaces (but NMake does).
Contents of COMPILE_DEFINITIONS may use "generator expressions" with the
-syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual
+syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual
for available expressions.
.. include:: /include/COMPILE_DEFINITIONS_DISCLAIMER.txt
diff --git a/Help/prop_tgt/COMPILE_OPTIONS.rst b/Help/prop_tgt/COMPILE_OPTIONS.rst
index 80e0ccb..9d5c8b9 100644
--- a/Help/prop_tgt/COMPILE_OPTIONS.rst
+++ b/Help/prop_tgt/COMPILE_OPTIONS.rst
@@ -10,5 +10,5 @@ The target property values are used by the generators to set the
options for the compiler.
Contents of COMPILE_OPTIONS may use "generator expressions" with the
-syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
diff --git a/Help/prop_tgt/INCLUDE_DIRECTORIES.rst b/Help/prop_tgt/INCLUDE_DIRECTORIES.rst
index cf358b3..1ab7583 100644
--- a/Help/prop_tgt/INCLUDE_DIRECTORIES.rst
+++ b/Help/prop_tgt/INCLUDE_DIRECTORIES.rst
@@ -21,5 +21,5 @@ Relative paths should not be added to this property directly. Use one of
the commands above instead to handle relative paths.
Contents of INCLUDE_DIRECTORIES may use "generator expressions" with the
-syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.
diff --git a/Help/prop_tgt/LINK_LIBRARIES.rst b/Help/prop_tgt/LINK_LIBRARIES.rst
index b18fe30..48f2830 100644
--- a/Help/prop_tgt/LINK_LIBRARIES.rst
+++ b/Help/prop_tgt/LINK_LIBRARIES.rst
@@ -13,5 +13,5 @@ libraries for the compiler. See also the target_link_libraries
command.
Contents of LINK_LIBRARIES may use "generator expressions" with the syntax
-"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
+``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
available expressions.