diff options
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_compile_options.rst | 2 | ||||
-rw-r--r-- | Help/command/add_custom_command.rst | 2 | ||||
-rw-r--r-- | Help/command/add_test.rst | 2 | ||||
-rw-r--r-- | Help/command/target_compile_definitions.rst | 2 | ||||
-rw-r--r-- | Help/command/target_compile_options.rst | 2 | ||||
-rw-r--r-- | Help/command/target_include_directories.rst | 2 | ||||
-rw-r--r-- | Help/command/target_link_libraries.rst | 2 |
7 files changed, 7 insertions, 7 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. |