diff options
author | Brad King <brad.king@kitware.com> | 2020-06-30 12:04:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-30 12:04:07 (GMT) |
commit | 221fd892512036232c3a606df4770bdd3ae13375 (patch) | |
tree | 343f0ab5ffca79bf5bebfbf2a73332a3003247a0 /Help/command | |
parent | e9f667c3b02711e295d41a6a328d002aa2122c09 (diff) | |
parent | e5f5eeca2f632608cf4709cffef9d82f6f5be6f3 (diff) | |
download | CMake-221fd892512036232c3a606df4770bdd3ae13375.zip CMake-221fd892512036232c3a606df4770bdd3ae13375.tar.gz CMake-221fd892512036232c3a606df4770bdd3ae13375.tar.bz2 |
Merge topic 'file-CONFIGURE-subdir' into release-3.18
e5f5eeca2f file: Fix CONFIGURE output relative path
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4951
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index b109f9d..db2e580 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -508,8 +508,7 @@ The arguments are: ``OUTPUT <output-file>`` Specify the output file name to generate. A relative path is treated with - respect to the value of :variable:`CMAKE_CURRENT_BINARY_DIR`. See policy - :policy:`CMP0070`. + respect to the value of :variable:`CMAKE_CURRENT_BINARY_DIR`. ``<output-file>`` does not support generator expressions. ``CONTENT <content>`` |