mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
refactor: trevent use std:: tools intead of pipes (#2520)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user