mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
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.
This commit is contained in:
committed by
Brad King
parent
d8c9080017
commit
a3b91d1640
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user