From 9ba9322b9b49806df24ac1325cf478aad9144cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 26 Apr 2018 15:35:00 +0300 Subject: [PATCH] MXS-1752: Make cat experimental The cat router is now a part of the experimental module package. --- server/modules/routing/cat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/cat/CMakeLists.txt b/server/modules/routing/cat/CMakeLists.txt index 98eb2666b..ca49bd564 100644 --- a/server/modules/routing/cat/CMakeLists.txt +++ b/server/modules/routing/cat/CMakeLists.txt @@ -1,4 +1,4 @@ add_library(cat SHARED cat.cc catsession.cc ../readwritesplit/rwbackend.cc) target_link_libraries(cat maxscale-common mysqlcommon) set_target_properties(cat PROPERTIES VERSION "1.0.0") -install_module(cat core) +install_module(cat experimental)