mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
Fix compile failed in centos 6
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user