mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Merge topic 'fix-doc-typos'
a3b91d16Help: Fix command specification for cmake_minimum_requiredd8c90800Help: Fix mistake in cmake-buildsystem(7) example
This commit is contained in:
@@ -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