CMP0077.rst 574 B

12345678910111213141516
  1. CMP0077
  2. -------
  3. :command:`option` honors normal variables.
  4. The ``OLD`` behavior for this policy is to clear any existing normal variables
  5. with the same name. The ``NEW`` behavior for this policy is to not create
  6. a cache entry or modify any existing normal variables if a normal variable
  7. with the same name already exists.
  8. This policy was introduced in CMake version 3.13. CMake version
  9. |release| warns when the policy is not set and uses ``OLD`` behavior.
  10. Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW``
  11. explicitly.
  12. .. include:: DEPRECATED.txt