diff options
Diffstat (limited to 'Help/release/dev/link-implicit-libs-full-path.rst')
-rw-r--r-- | Help/release/dev/link-implicit-libs-full-path.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/link-implicit-libs-full-path.rst b/Help/release/dev/link-implicit-libs-full-path.rst deleted file mode 100644 index 7ed7245..0000000 --- a/Help/release/dev/link-implicit-libs-full-path.rst +++ /dev/null @@ -1,6 +0,0 @@ -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`. |