Author :
yuangongji
Date :
2020-03-16 18:57:54
Hash :61c5c19b Message :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.