diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-11-11 18:53:52 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 18:53:52 +0600 |
commit | 95151295e8358136add594e2c5b048e79b19a130 (patch) | |
tree | cb654aba220b4aa9deb9e21c0e8ca01aeb284d75 /CMakeLists.txt | |
parent | 77755e91c0e0876230821410e856b5203c6f7592 (diff) | |
parent | 53cc23ffc2b15045b72980181811914394393b4f (diff) | |
download | rspamd-95151295e8358136add594e2c5b048e79b19a130.tar.gz rspamd-95151295e8358136add594e2c5b048e79b19a130.zip |
Merge pull request #5186 from dragoangel/actualize-elastic-module
[Rework] Breaking: Actualize elastic module
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d07e940f..21ad6241e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -797,8 +797,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" |