CMP0007.rst 666 B

123456789101112131415161718
  1. CMP0007
  2. -------
  3. .. |REMOVED_IN_CMAKE_VERSION| replace:: 4.0
  4. .. include:: include/REMOVED_PROLOGUE.rst
  5. list command no longer ignores empty elements.
  6. This policy determines whether the list command will ignore empty
  7. elements in the list. CMake 2.4 and below list commands ignored all
  8. empty elements in the list. For example, ``a;b;;c`` would have length 3
  9. and not 4. The ``OLD`` behavior for this policy is to ignore empty list
  10. elements. The ``NEW`` behavior for this policy is to correctly count
  11. empty elements in a list.
  12. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 2.6.0
  13. .. |WARNED_OR_DID_NOT_WARN| replace:: warned
  14. .. include:: include/REMOVED_EPILOGUE.rst