From eaae7321c2c84c45f40ccb01233d299644f4e786 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Wed, 31 Aug 2022 19:23:53 -0700 Subject: Polling adapter requires sockcompat.h We need to install our socket compatibility header as the new polling adapter needs it. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc5f33..7190b0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ endif() INSTALL(FILES hiredis.targets DESTINATION build/native) -INSTALL(FILES hiredis.h read.h sds.h async.h alloc.h +INSTALL(FILES hiredis.h read.h sds.h async.h alloc.h sockcompat.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis) INSTALL(DIRECTORY adapters -- cgit v1.2.3