Skip to content

Commit

Permalink
bug CMakelists (Cylix#138)
Browse files Browse the repository at this point in the history
"source/network/tcp_client.cpp" should change to "sources/network/tcp_client.cpp"
  • Loading branch information
wujunjenny authored and Cylix committed Nov 28, 2017
1 parent 47d2a04 commit 2cacc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ foreach(dir ${SRC_DIRS})
endforeach()
# filter tcp_client if no tacopie
if(USE_CUSTOM_TCP_CLIENT)
list(REMOVE_ITEM SRC_DIRS "source/network/tcp_client.cpp" "include/cpp_redis/network/tcp_client.hpp")
list(REMOVE_ITEM SRC_DIRS "sources/network/tcp_client.cpp" "include/cpp_redis/network/tcp_client.hpp")
endif(USE_CUSTOM_TCP_CLIENT)


Expand Down

0 comments on commit 2cacc25

Please sign in to comment.