summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-05 19:01:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-05 19:01:04 (GMT)
commit03db9a061aa62eb2b373010a6a38d5707749a6d7 (patch)
treef8615f14d835181ff886402f1d5ab267fd0eff62 /Help
parent356f7cf4457271ee85a71face453ea9579f05da3 (diff)
parentfe21580b84d06c263bbcb6d90089b9e6bb91b25b (diff)
downloadCMake-03db9a061aa62eb2b373010a6a38d5707749a6d7.zip
CMake-03db9a061aa62eb2b373010a6a38d5707749a6d7.tar.gz
CMake-03db9a061aa62eb2b373010a6a38d5707749a6d7.tar.bz2
Merge topic 'doc-file-GENERATE-order'
fe21580b Help: Document file(GENERATE) signature option order
Diffstat (limited to 'Help')
-rw-r--r--Help/command/file.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst
index 600464e..b0d4792 100644
--- a/Help/command/file.rst
+++ b/Help/command/file.rst
@@ -247,7 +247,9 @@ the ``<format>`` and ``UTC`` options.
::
- file(GENERATE <options>...)
+ file(GENERATE OUTPUT output-file
+ <INPUT input-file|CONTENT content>
+ [CONDITION expression])
Generate an output file for each build configuration supported by the current
:manual:`CMake Generator <cmake-generators(7)>`. Evaluate