mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
83b9029208
Avoid implying that a policy must always be set explicitly.
4 lines
231 B
Plaintext
4 lines
231 B
Plaintext
This policy was introduced in CMake version |INTRODUCED_IN_CMAKE_VERSION|.
|
|
It may be set by :command:`cmake_policy` or :command:`cmake_minimum_required`.
|
|
If it is not set, CMake |WARNS_OR_DOES_NOT_WARN|, and uses ``OLD`` behavior.
|