Skip to content

Commit

Permalink
move hiredis example to contrib/.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuo committed Nov 10, 2015
1 parent 7dd56dd commit da9dcfe
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
if(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARY)
add_subdirectory(hiredis)
else()
add_subdirectory(hiredis EXCLUDE_FROM_ALL)
endif()

if(THRIFT_COMPILER AND THRIFT_INCLUDE_DIR AND THRIFT_LIBRARY)
add_subdirectory(thrift)
else()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ else()
add_subdirectory(protobuf EXCLUDE_FROM_ALL)
endif()

if(HIREDIS_INCLUDE_DIR AND HIREDIS_LIBRARY)
add_subdirectory(hiredis)
else()
add_subdirectory(hiredis EXCLUDE_FROM_ALL)
endif()

if(GD_INCLUDE_DIR AND GD_LIBRARY)
add_subdirectory(procmon)
else()
Expand Down

0 comments on commit da9dcfe

Please sign in to comment.