From 872bbd1ab33874e1781f6a5ea00002a7a9a4477c Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 20 Jan 2017 13:15:01 +0200 Subject: [PATCH] Make cache part of the core --- server/modules/filter/cache/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/filter/cache/CMakeLists.txt b/server/modules/filter/cache/CMakeLists.txt index 069fb0b97..830a78aa0 100644 --- a/server/modules/filter/cache/CMakeLists.txt +++ b/server/modules/filter/cache/CMakeLists.txt @@ -20,7 +20,7 @@ if (JANSSON_FOUND) target_link_libraries(cache maxscale-common jansson) set_target_properties(cache PROPERTIES VERSION "1.0.0") set_target_properties(cache PROPERTIES LINK_FLAGS -Wl,-z,defs) - install_module(cache experimental) + install_module(cache core) add_subdirectory(storage)