link-implicit-libs-full-path.rst 274 B

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