summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-01-07 13:51:07 +0100
committerSergei Golubchik <serg@mariadb.org>2022-01-07 15:37:00 +0100
commitd821feddac744c97486e662f4c7f6d00119595a0 (patch)
treed24949f38ae11f5c7e8f4d8fe62373e8b43a02f6 /CMakeLists.txt
parent28a4836e2b1437e61cce4a7e39272dcd9f845103 (diff)
downloadmariadb-git-d821feddac744c97486e662f4c7f6d00119595a0.tar.gz
MDEV-14938 make buildbot to include galera into bintars
allow injecting extra files into the bintar
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 67216e0e443..8eadfc20f07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -394,6 +394,7 @@ IF(WITH_UNIT_TESTS)
ENDIF()
ENDIF()
+INCLUDE(cpack_tgz)
INCLUDE(cpack_rpm)
INCLUDE(cpack_deb)