CMP0013.rst 900 B

12345678910111213141516171819202122
  1. CMP0013
  2. -------
  3. .. |REMOVED_IN_CMAKE_VERSION| replace:: 4.0
  4. .. include:: REMOVED_PROLOGUE.txt
  5. Duplicate binary directories are not allowed.
  6. CMake 2.6.3 and below silently permitted add_subdirectory() calls to
  7. create the same binary directory multiple times. During build system
  8. generation files would be written and then overwritten in the build
  9. tree and could lead to strange behavior. CMake 2.6.4 and above
  10. explicitly detect duplicate binary directories. CMake 2.6.4 always
  11. considers this case an error. In CMake 2.8.0 and above this policy
  12. determines whether or not the case is an error. The ``OLD`` behavior for
  13. this policy is to allow duplicate binary directories. The NEW
  14. behavior for this policy is to disallow duplicate binary directories
  15. with an error.
  16. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 2.8.0
  17. .. |WARNED_OR_DID_NOT_WARN| replace:: warned
  18. .. include:: REMOVED_EPILOGUE.txt