diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-10-27 09:48:31 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-10-28 11:46:15 (GMT) |
commit | 42ccbee11c1b3be12c5ebb9f69cb769d79d491ad (patch) | |
tree | 5ea61e368e6575b9ec5ef69be7dc7ac71f74d45f /Help | |
parent | d792491c405ce47bcd779f53fa0f9422bb3df494 (diff) | |
download | CMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.zip CMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.tar.gz CMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.tar.bz2 |
server-mode: Handle generator toolset and platform in handshake
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-server.7.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst index a72af14..9520cc1 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:: |