Skip to content

Commit 7195135

Browse files
committed
cleanup
1 parent fcf65cb commit 7195135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/FindRedis.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ELSE(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARIES)
99
/opt/local/include/
1010
/opt/local/include/hiredis
1111
)
12-
13-
FIND_LIBRARY(HIREDIS_LIBRARIES NAMES hiredis libhiredis
12+
13+
FIND_LIBRARY(HIREDIS_LIBRARIES NAMES hiredis libhiredis
1414
PATHS
1515
/usr/lib
1616
/usr/local/lib
@@ -24,6 +24,6 @@ ELSE(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARIES)
2424
SET(HIREDIS_FOUND FALSE)
2525
MESSAGE(STATUS "hiredis client library not found.")
2626
ENDIF(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARIES)
27-
27+
2828
MARK_AS_ADVANCED(HIREDIS_INCLUDE_DIR HIREDIS_LIBRARIES)
29-
ENDIF(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARIES)
29+
ENDIF(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARIES)

0 commit comments

Comments
 (0)