• S
    obs-outputs: Use system-wide FTL if present · 90244212
    Sefa Eyeoglu 提交于
    To support FTL, it needed to be present in-tree to be compiled. This PR
    adds support for system-wide installations of libftl. It uses
    pkg-config to find the system-wide installation. If pkg-config can't
    provide libftl we just fall back to using the in-tree submodule. If
    that's also not available it won't be included at all like before.
    90244212
CMakeLists.txt 4.6 KB