Skip to content

Commit

Permalink
Fix compile failed in centos 6
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
Jianhui Zhao committed Oct 31, 2018
1 parent 675022f commit a17be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLibev.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LIBEV_INCLUDE_DIR - The libev include directories
# LIBEV_LIBRARY - The libraries needed to use libev

find_path(LIBEV_INCLUDE_DIR ev.h)
find_path(LIBEV_INCLUDE_DIR ev.h PATH_SUFFIXES libev)
find_library(LIBEV_LIBRARY ev PATH_SUFFIXES lib64)

if(LIBEV_INCLUDE_DIR)
Expand Down

0 comments on commit a17be67

Please sign in to comment.