aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>2024-10-11 18:49:58 +0200
committerDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>2024-10-14 00:16:02 +0200
commit9a90347ea82b7a18aee99ed308257d668a20e4b6 (patch)
tree8c0638099b22c59fca00c92a3cfcd630a2c751a6 /CMakeLists.txt
parent9321ac5f6da268562786738eb47e3662c0a1a33b (diff)
downloadrspamd-9a90347ea82b7a18aee99ed308257d668a20e4b6.tar.gz
rspamd-9a90347ea82b7a18aee99ed308257d668a20e4b6.zip
[Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch 2, add index policy with logs retention and many more
Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d384fa1b..e22c63992 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -791,8 +791,6 @@ IF (INSTALL_WEBUI MATCHES "ON")
ENDIF (INSTALL_WEBUI MATCHES "ON")
-INSTALL(DIRECTORY "contrib/elastic/" DESTINATION "${SHAREDIR}/elastic" PATTERN ".git" EXCLUDE)
-
ADD_CUSTOM_TARGET(dist ${CMAKE_SOURCE_DIR}/dist.sh
"${CMAKE_BINARY_DIR}/rspamd-${RSPAMD_VERSION}.tar.xz" "${TAR}"
COMMENT "Create source distribution"