Skip to content
  • Chuck Atkins's avatar
    FindPkgConfig: Allow libraries that can't be found with their full path · 28cb86d7
    Chuck Atkins authored
    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
    28cb86d7