mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Help: Document behavior of cmake_minimum_required in a function
Add a note to the cmake_minimum_required documentation about the limits of calling it in a function.
This commit is contained in:
@@ -35,3 +35,7 @@ with an error instead of just a warning.
|
||||
:command:`project` command. It is important to establish version
|
||||
and policy settings before invoking other commands whose behavior
|
||||
they may affect. See also policy :policy:`CMP0000`.
|
||||
|
||||
Calling ``cmake_minimum_required()`` inside a :command:`function`
|
||||
limits some effects to the function scope when invoked. Such calls
|
||||
should not be made with the intention of having global effects.
|
||||
|
||||
Reference in New Issue
Block a user