CMP0016.rst 556 B

1234567891011121314151617
  1. CMP0016
  2. -------
  3. .. |REMOVED_IN_CMAKE_VERSION| replace:: 4.0
  4. .. include:: include/REMOVED_PROLOGUE.rst
  5. :command:`target_link_libraries` reports error if its only argument
  6. is not a target.
  7. In CMake 2.8.2 and lower the :command:`target_link_libraries` command silently
  8. ignored if it was called with only one argument, and this argument
  9. wasn't a valid target. In CMake 2.8.3 and above it reports an error
  10. in this case.
  11. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 2.8.3
  12. .. |WARNED_OR_DID_NOT_WARN| replace:: warned
  13. .. include:: include/REMOVED_EPILOGUE.rst