CMP0064.rst 604 B

12345678910111213141516171819
  1. CMP0064
  2. -------
  3. .. |REMOVED_IN_CMAKE_VERSION| replace:: 4.0
  4. .. include:: include/REMOVED_PROLOGUE.rst
  5. .. versionadded:: 3.4
  6. Recognize ``TEST`` as a operator for the :command:`if` command.
  7. The ``TEST`` operator was added to the :command:`if` command to determine if a
  8. given test name was created by the :command:`add_test` command.
  9. The ``OLD`` behavior for this policy is to ignore the ``TEST`` operator.
  10. The ``NEW`` behavior is to interpret the ``TEST`` operator.
  11. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.4
  12. .. |WARNED_OR_DID_NOT_WARN| replace:: warned
  13. .. include:: include/REMOVED_EPILOGUE.rst