summaryrefslogtreecommitdiff
path: root/cmake/make_dist.cmake.in
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-07-20 10:35:55 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-07-20 10:35:55 +0100
commit74d67316829134f04bac656879408d4f7f2de8a4 (patch)
tree87ec147c1f56660f26b914552e7cf0ce05da65ce /cmake/make_dist.cmake.in
parentfdfbb82964959b21dd3fa7d6ddaea38b8726006d (diff)
downloadmariadb-git-74d67316829134f04bac656879408d4f7f2de8a4.tar.gz
Revert the ndb removal for now.
Diffstat (limited to 'cmake/make_dist.cmake.in')
-rw-r--r--cmake/make_dist.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/make_dist.cmake.in b/cmake/make_dist.cmake.in
index 6b667e12416..13950e08553 100644
--- a/cmake/make_dist.cmake.in
+++ b/cmake/make_dist.cmake.in
@@ -53,8 +53,6 @@ IF(BZR_EXECUTABLE)
RESULT_VARIABLE RESULT
)
- FILE(REMOVE_RECURSE ${PACKAGE_DIR}/storage/ndb)
-
IF(NOT RESULT EQUAL 0)
SET(BZR_EXECUTABLE)
ENDIF()