diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 30140bf..03e7e7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ ADD_LIBRARY(hiredis SHARED read.c sds.c sockcompat.c - sslio.c) + ssl.c) SET_TARGET_PROPERTIES(hiredis PROPERTIES |