summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorHorst Kronstorfer <mabuze@aon.at>2016-02-08 11:55:25 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-08 14:52:56 (GMT)
commita3b91d164043bdef713c0490f3069c00851ccf13 (patch)
tree07105e61bdf5da55b4b64e1686abc3b744d613ba /Help/command
parentd8c90800174b6b5256fea5ea0813977c608c5ff0 (diff)
downloadCMake-a3b91d164043bdef713c0490f3069c00851ccf13.zip
CMake-a3b91d164043bdef713c0490f3069c00851ccf13.tar.gz
CMake-a3b91d164043bdef713c0490f3069c00851ccf13.tar.bz2
Help: Fix command specification for cmake_minimum_required
Implementation indicates that at least two components of VERSION must be specified (see Source/cmCMakeMinimumRequired.cxx.) Therefore the minor version is not optional.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/cmake_minimum_required.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/cmake_minimum_required.rst b/Help/command/cmake_minimum_required.rst
index 8573218..dc65a9e 100644
--- a/Help/command/cmake_minimum_required.rst
+++ b/Help/command/cmake_minimum_required.rst
@@ -5,7 +5,7 @@ Set the minimum required version of cmake for a project.
::
- cmake_minimum_required(VERSION major[.minor[.patch[.tweak]]]
+ cmake_minimum_required(VERSION major.minor[.patch[.tweak]]
[FATAL_ERROR])
If the current version of CMake is lower than that required it will