summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-30 12:04:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-30 12:04:07 (GMT)
commit947a51871699dbd1e38ecee39a443129ed8df0a6 (patch)
tree38d55f9d6e1aaa7015dc0461f08178c10250c03a /Help
parentf67a787a387c5f8aaff7e319889b892875a72158 (diff)
parente5f5eeca2f632608cf4709cffef9d82f6f5be6f3 (diff)
downloadCMake-947a51871699dbd1e38ecee39a443129ed8df0a6.zip
CMake-947a51871699dbd1e38ecee39a443129ed8df0a6.tar.gz
CMake-947a51871699dbd1e38ecee39a443129ed8df0a6.tar.bz2
Merge topic 'file-CONFIGURE-subdir'
e5f5eeca2f file: Fix CONFIGURE output relative path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4951
Diffstat (limited to 'Help')
-rw-r--r--Help/command/file.rst3
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>``