summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt
blob: 46e84ac227e9d362dc2d799ddfd2c28cc02ee41c (plain)
1
2
3
4
5
6
7
8
9
10

Note that it is not advisable to populate the
|INTERFACE_PROPERTY_LINK| of a target with absolute paths to dependencies.
That would hard-code into installed packages the library file paths
for dependencies **as found on the machine the package was made on**.

See the :ref:`Creating Relocatable Packages` section of the
:manual:`cmake-packages(7)` manual for discussion of additional care
that must be taken when specifying usage requirements while creating
packages for redistribution.