summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-10-27 11:48:31 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-10-28 13:46:15 +0200
commit42ccbee11c1b3be12c5ebb9f69cb769d79d491ad (patch)
tree5ea61e368e6575b9ec5ef69be7dc7ac71f74d45f /Help/manual
parentd792491c405ce47bcd779f53fa0f9422bb3df494 (diff)
downloadcmake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.tar.gz
server-mode: Handle generator toolset and platform in handshake
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-server.7.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst
index a72af145bc..9520cc1405 100644
--- a/Help/manual/cmake-server.7.rst
+++ b/Help/manual/cmake-server.7.rst
@@ -276,7 +276,9 @@ Protocol version 1.0 requires the following attributes to be set:
* "sourceDirectory" with a path to the sources
* "buildDirectory" with a path to the build directory
* "generator" with the generator name
- * "extraGenerator" (optional!) with the extra generator to be used.
+ * "extraGenerator" (optional!) with the extra generator to be used
+ * "platform" with the generator platform (if supported by the generator)
+ * "toolset" with the generator toolset (if supported by the generator)
Example::