cmake/Help/policy/CMP0057.rst

18 lines
424 B
ReStructuredText
Raw Normal View History

2015-08-17 11:37:30 +02:00
CMP0057
-------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.3
2015-08-17 11:37:30 +02:00
Support new :command:`if` IN_LIST operator.
CMake 3.3 adds support for the new IN_LIST operator.
The ``OLD`` behavior for this policy is to ignore the IN_LIST operator.
The ``NEW`` behavior is to interpret the IN_LIST operator.
2024-04-14 22:45:38 +02:00
.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.3
.. |WARNS_OR_DOES_NOT_WARN| replace:: warns
.. include:: STANDARD_ADVICE.txt
2015-08-17 11:37:30 +02:00
.. include:: DEPRECATED.txt