• Show log

    Commit

  • Hash : 61c5c19b
    Author : yuangongji
    Date : 2020-03-16T18:57:54

    cmake: remove CheckFunctionExistsEx
    
    `CheckFunctionExistsEx` is copied from the cmake modules before
    3.1.2, which is the minimum required version of libevent.
    The internal module `CheckFunctionExists`of cmake can completely
    replace it.