INTERFACE_LINK_LIBRARIES_WARNING.txt 488 B

12345678910
  1. Note that it is not advisable to populate the
  2. |INTERFACE_PROPERTY_LINK| of a target with absolute paths to dependencies.
  3. That would hard-code into installed packages the library file paths
  4. for dependencies **as found on the machine the package was made on**.
  5. See the :ref:`Creating Relocatable Packages` section of the
  6. :manual:`cmake-packages(7)` manual for discussion of additional care
  7. that must be taken when specifying usage requirements while creating
  8. packages for redistribution.