diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-01-03 16:09:21 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2018-01-08 16:33:05 (GMT) |
commit | 6c5d3989f71d9a1952a508404e858965fd320010 (patch) | |
tree | 9dfee63b61aa733aab29681874b2e4655c6f3ae3 /Help/prop_tgt/OUTPUT_NAME.rst | |
parent | 64b624f118ac4f86e4a1b799b3d2130b5065847b (diff) | |
download | CMake-6c5d3989f71d9a1952a508404e858965fd320010.zip CMake-6c5d3989f71d9a1952a508404e858965fd320010.tar.gz CMake-6c5d3989f71d9a1952a508404e858965fd320010.tar.bz2 |
Help: fix documentation for OUTPUT_NAME
Fixes #17177.
Diffstat (limited to 'Help/prop_tgt/OUTPUT_NAME.rst')
-rw-r--r-- | Help/prop_tgt/OUTPUT_NAME.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/OUTPUT_NAME.rst b/Help/prop_tgt/OUTPUT_NAME.rst index f1bdb7c..4b33b38 100644 --- a/Help/prop_tgt/OUTPUT_NAME.rst +++ b/Help/prop_tgt/OUTPUT_NAME.rst @@ -5,7 +5,8 @@ Output name for target files. This sets the base name for output files created for an executable or library target. If not set, the logical target name is used by -default. +default during generation. The value is not set by default during +configuration. Contents of ``OUTPUT_NAME`` and the variants listed below may use :manual:`generator expressions <cmake-generator-expressions(7)>`. |