CMP0019.rst 893 B

1234567891011121314151617181920212223
  1. CMP0019
  2. -------
  3. .. |REMOVED_IN_CMAKE_VERSION| replace:: 4.0
  4. .. include:: include/REMOVED_PROLOGUE.rst
  5. Do not re-expand variables in include and link information.
  6. CMake 2.8.10 and lower re-evaluated values given to the
  7. include_directories, link_directories, and link_libraries commands to
  8. expand any leftover variable references at the end of the
  9. configuration step. This was for strict compatibility with VERY early
  10. CMake versions because all variable references are now normally
  11. evaluated during CMake language processing. CMake 2.8.11 and higher
  12. prefer to skip the extra evaluation.
  13. The ``OLD`` behavior for this policy is to re-evaluate the values for
  14. strict compatibility. The ``NEW`` behavior for this policy is to leave
  15. the values untouched.
  16. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 2.8.11
  17. .. |WARNED_OR_DID_NOT_WARN| replace:: warned
  18. .. include:: include/REMOVED_EPILOGUE.rst