1CMake >= |disallowed_version| prefer that this command never be called. 2The ``OLD`` behavior for this policy is to allow the command to be called. 3The ``NEW`` behavior for this policy is to issue a ``FATAL_ERROR`` when the 4command is called. 5 6This policy was introduced in CMake version |disallowed_version|. 7CMake version |release| warns when the policy is not set and uses 8``OLD`` behavior. Use the :command:`cmake_policy` command to set it to ``OLD`` or 9``NEW`` explicitly. 10