• Harris Hancock's avatar
    cmake: Use search-specific-dirs-then-system-dirs idiom · df0fbbe3
    Harris Hancock authored
    An inconsistency was introduced with the previous fix to allow Cap'n Proto
    installations in system directories to be found by CapnProtoTargets.cmake:
    if the user installed Cap'n Proto in two locations, one of which is a
    system directory, e.g. /usr and /somewhere/else, and set
    PKG_CONFIG_PATH=/somewhere/else/lib/pkgconfig, the dependent project
    would use headers from /somewhere/else/include, but libraries from /usr/lib.
    
    This change resolves the inconsistency, allowing PKG_CONFIG_PATH to solely
    control the location of the desired installation of Cap'n Proto.
    df0fbbe3
Name
Last commit
Last update
..
cmake Loading commit data...
ekam-provider Loading commit data...
m4 Loading commit data...
pkgconfig Loading commit data...
samples Loading commit data...
src Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE.txt Loading commit data...
Makefile.am Loading commit data...
Makefile.ekam Loading commit data...
README.txt Loading commit data...
afl-fuzz.sh Loading commit data...
configure.ac Loading commit data...
regenerate-bootstraps.sh Loading commit data...
setup-autotools.sh Loading commit data...
setup-ekam.sh Loading commit data...