summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/link-implicit-libs-full-path.rst
blob: 7ed724525325e111f32723c7cc1c580ea3c5f0ad (plain)
1
2
3
4
5
6
link-implicit-libs-full-path
----------------------------

* Linking to library files by a full path in an implicit linker search
  directory (e.g. ``/usr/lib/libfoo.a``) no longer asks the linker to
  search for the library (e.g. ``-lfoo``).  See policy :policy:`CMP0060`.