1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00

Add fix about RHEL 6

This commit is contained in:
Pavel Odintsov 2015-07-14 16:02:18 +02:00
parent 0003ff1655
commit 7c661e9317

View File

@ -179,6 +179,9 @@ endif()
# include_directories(${HIREDIS_INCLUDE_DIRS})
# target_link_libraries (fastnetmon ${HIREDIS_LIBRARIES})
#endif()
# For CentOS 6 please use this code:
# add_definitions(-DREDIS)
# target_link_libraries (fastnetmon hiredis)
# Standard path for Linux
set(LOG4CPP_LIBRARY_PATH log4cpp)