diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-06-17 10:22:53 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-13 20:02:30 (GMT) |
commit | 187332b2fa169056a2c3682d9a7628d872b2d49b (patch) | |
tree | bbe993572574f19e478007bd7faf4cf5176df759 /Help/manual | |
parent | e6ca528be37e8a1058828e4633a7a382fb035157 (diff) | |
download | CMake-187332b2fa169056a2c3682d9a7628d872b2d49b.zip CMake-187332b2fa169056a2c3682d9a7628d872b2d49b.tar.gz CMake-187332b2fa169056a2c3682d9a7628d872b2d49b.tar.bz2 |
cmServerProtocol: fix test of empty values
If a required value is in the cache, it is not necessary to set it
explicitly.
Fixes: #16948, #16988
Diffstat (limited to 'Help/manual')
-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 f6d3032..6c0e6aa 100644 --- a/Help/manual/cmake-server.7.rst +++ b/Help/manual/cmake-server.7.rst @@ -277,7 +277,9 @@ Giving the "major" version of the requested protocol version will make the serve use the latest minor version of that protocol. Use this if you do not explicitly need to depend on a specific minor version. -Each protocol version may request additional attributes to be present. +If the build directory already contains a CMake cache, it is sufficient to set +the "buildDirectory" attribute. To create a fresh build directory, additional +attributes are required depending on the protocol version. Protocol version 1.0 requires the following attributes to be set: |