summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-server.7.rst
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2017-11-07 19:34:31 (GMT)
committerJustin Goshi <jgoshi@microsoft.com>2017-11-07 20:15:57 (GMT)
commitcdf5f34b0c2ce8b984721f13a4dcd598a3d593e3 (patch)
tree76f59bc5ab0172cb40353072c7aca1237d502ae2 /Help/manual/cmake-server.7.rst
parenta7347c022eb67272eea7dca5a58d0b94806b7d95 (diff)
downloadCMake-cdf5f34b0c2ce8b984721f13a4dcd598a3d593e3.zip
CMake-cdf5f34b0c2ce8b984721f13a4dcd598a3d593e3.tar.gz
CMake-cdf5f34b0c2ce8b984721f13a4dcd598a3d593e3.tar.bz2
server: return minimum cmake required version for each project
Diffstat (limited to 'Help/manual/cmake-server.7.rst')
-rw-r--r--Help/manual/cmake-server.7.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst
index a2fd961..ee8fada 100644
--- a/Help/manual/cmake-server.7.rst
+++ b/Help/manual/cmake-server.7.rst
@@ -458,6 +458,9 @@ Each project object can have the following keys:
"name"
contains the (sub-)projects name.
+"minimumCMakeVersion"
+ contains the minimum cmake version allowed for this project, null if the
+ project doesn't specify one.
"hasInstallRule"
true if the project contains any install rules, false otherwise.
"sourceDirectory"