cmake/Help/policy/CMP0064.rst

19 lines
536 B
ReStructuredText
Raw Normal View History

2015-11-17 17:22:37 +01:00
CMP0064
-------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.4
2015-11-17 17:22:37 +01:00
Recognize ``TEST`` as a operator for the :command:`if` command.
The ``TEST`` operator was added to the :command:`if` command to determine if a
given test name was created by the :command:`add_test` command.
The ``OLD`` behavior for this policy is to ignore the ``TEST`` operator.
The ``NEW`` behavior is to interpret the ``TEST`` operator.
2024-04-14 22:45:38 +02:00
.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.4
.. |WARNS_OR_DOES_NOT_WARN| replace:: warns
.. include:: STANDARD_ADVICE.txt
2015-11-17 17:22:37 +01:00
.. include:: DEPRECATED.txt