blob: c7f0e2d8343a9d164c71f6ff9388d790909f2905 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CMP0138
-------
.. versionadded:: 3.24
Placeholder for reverted policy.
This policy was introduced in CMake version 3.24. Use the
:command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
Unlike many policies, CMake version |release| does *not* warn
when this policy is not set and simply uses ``OLD`` behavior.
.. include:: DEPRECATED.txt
|