diff options
author | Brad King <brad.king@kitware.com> | 2015-04-09 15:32:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-09 15:32:31 (GMT) |
commit | 1a1bdbfd87ec2dcf3205f062ab8145d5e0189146 (patch) | |
tree | ef720318d0e661ca0c257371f6e40b0859413b3e /Help/release | |
parent | 3049951b6293486053da2d304737fad42de3b3d8 (diff) | |
parent | 882f48e5ba335a1dbc1750c23e6dea5fa92a3adc (diff) | |
download | CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.zip CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.gz CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.bz2 |
Merge topic 'link-implicit-libs-full-path'
882f48e5 Link libraries by full path even in implicit directories
318cd370 Help: Add link target for Find Modules section of cmake-developer.7
1535dcd8 Tests: Teach RunCMake to optionally merge command output to stdout
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/link-implicit-libs-full-path.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/link-implicit-libs-full-path.rst b/Help/release/dev/link-implicit-libs-full-path.rst new file mode 100644 index 0000000..7ed7245 --- /dev/null +++ b/Help/release/dev/link-implicit-libs-full-path.rst @@ -0,0 +1,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`. |