CMP0046.rst 573 B

123456789101112131415161718
  1. CMP0046
  2. -------
  3. Error on non-existent dependency in add_dependencies.
  4. CMake 2.8.12 and lower silently ignored non-existent dependencies
  5. listed in the :command:`add_dependencies` command.
  6. The ``OLD`` behavior for this policy is to silently ignore non-existent
  7. dependencies. The ``NEW`` behavior for this policy is to report an error
  8. if non-existent dependencies are listed in the :command:`add_dependencies`
  9. command.
  10. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.0
  11. .. |WARNS_OR_DOES_NOT_WARN| replace:: warns
  12. .. include:: STANDARD_ADVICE.txt
  13. .. include:: DEPRECATED.txt