mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
Help: Clarify calling cmake_minimum_required() inside a function
Fixes: #21519
This commit is contained in:
@@ -2,4 +2,5 @@ CMAKE_MINIMUM_REQUIRED_VERSION
|
||||
------------------------------
|
||||
|
||||
The ``<min>`` version of CMake given to the most recent call to the
|
||||
:command:`cmake_minimum_required(VERSION)` command.
|
||||
:command:`cmake_minimum_required(VERSION)` command in the current
|
||||
variable scope or any parent variable scope.
|
||||
|
||||
Reference in New Issue
Block a user