summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-12-16 20:58:03 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-12-16 20:58:03 +0100
commit11cac5749e471bde5c04a9c7cfe77ca7e209168b (patch)
tree56caf0a25706fbfc36e4e85d4df8064f648653d5 /CMakeLists.txt
parentmod_socache_redis also uses mod_status hooks (diff)
downloadapache2-11cac5749e471bde5c04a9c7cfe77ca7e209168b.tar.xz
apache2-11cac5749e471bde5c04a9c7cfe77ca7e209168b.zip
Follow up to r1768070, wire mod_socache_redis into windows build schemes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 890618f465..bd51d9a5be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,6 +278,7 @@ SET(MODULE_LIST
"modules/cache/mod_socache_dc+O+distcache small object cache provider"
"modules/cache/mod_socache_memcache+I+memcache small object cache provider"
"modules/cache/mod_socache_shmcb+I+ shmcb small object cache provider"
+ "modules/cache/mod_socache_redis+I+redis small object cache provider"
"modules/cluster/mod_heartbeat+I+Generates Heartbeats"
"modules/cluster/mod_heartmonitor+I+Collects Heartbeats"
"modules/core/mod_macro+I+Define and use macros in configuration files"