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