CMP0057.rst 495 B

12345678910111213141516
  1. CMP0057
  2. -------
  3. Support new :command:`if` IN_LIST operator.
  4. CMake 3.3 adds support for the new IN_LIST operator.
  5. The ``OLD`` behavior for this policy is to ignore the IN_LIST operator.
  6. The ``NEW`` behavior is to interpret the IN_LIST operator.
  7. This policy was introduced in CMake version 3.3.
  8. CMake version |release| warns when the policy is not set and uses
  9. ``OLD`` behavior. Use the :command:`cmake_policy` command to set
  10. it to ``OLD`` or ``NEW`` explicitly.
  11. .. include:: DEPRECATED.txt