refactor: trevent use std:: tools intead of pipes (#2520)

This commit is contained in:
Charles Kerr
2022-01-28 17:56:46 -06:00
committed by GitHub
parent 9e264250d1
commit 374c24dde1
5 changed files with 164 additions and 220 deletions

View File

@@ -13,7 +13,7 @@ if(UNIX)
endif()
find_path(EVENT2_INCLUDE_DIR NAMES event2/event.h HINTS ${_EVENT2_INCLUDEDIR})
find_library(EVENT2_LIBRARY NAMES event-2.1 event-2.0 event HINTS ${_EVENT2_LIBDIR})
find_library(EVENT2_LIBRARY NAMES event-2.1 event HINTS ${_EVENT2_LIBDIR})
if(EVENT2_INCLUDE_DIR)
if(_EVENT2_VERSION)