diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2019-09-04 16:36:34 (GMT) |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2019-09-16 17:02:08 (GMT) |
commit | 28cb86d7962b2a9b8e49dc62bccf6187761524d9 (patch) | |
tree | b5a897fb04f2952836f3933b7048363b75f7da9c /Tests/CMakeTests/FileTestScript.cmake | |
parent | ee15bc7d7e7707fd8d7db92645c2c56a5df0f681 (diff) | |
download | CMake-28cb86d7962b2a9b8e49dc62bccf6187761524d9.zip CMake-28cb86d7962b2a9b8e49dc62bccf6187761524d9.tar.gz CMake-28cb86d7962b2a9b8e49dc62bccf6187761524d9.tar.bz2 |
FindPkgConfig: Allow libraries that can't be found with their full path
pkg-config's .pc files can sometimes provide libraries that are visible to
the linker but not present in CMake's known search paths. In the case
where CMake can find some, but not all of the library dependencies
provided in a .pc file, this allows them to be passed through as "-lfoo"
when the full path can't be found.
This also removes the test failure cases that occured because of this
scenario and adjsuts the remaining tests to account for not-found
libraries
Diffstat (limited to 'Tests/CMakeTests/FileTestScript.cmake')
0 files changed, 0 insertions, 0 deletions