• Show log

    Commit

  • Hash : 8ab470f5
    Author : Patrick Steinhardt
    Date : 2018-04-27T15:31:43

    cmake: remove now-useless LIBGIT2_LIBDIRS handling
    
    With the recent change of always resolving pkg-config libraries to their
    full path, we do not have to manage the LIBGIT2_LIBDIRS variable
    anymore. The only other remaining user of LIBGIT2_LIBDIRS is winhttp,
    which is a CMake-style library target and can thus be resolved by CMake
    automatically.
    
    Remove the variable to simplify our build system a bit.