summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/cpack_source_ignore_files.cmake1
-rw-r--r--cmake/make_dist.cmake.in2
2 files changed, 0 insertions, 3 deletions
diff --git a/cmake/cpack_source_ignore_files.cmake b/cmake/cpack_source_ignore_files.cmake
index 291990639d8..5eef20dccc6 100644
--- a/cmake/cpack_source_ignore_files.cmake
+++ b/cmake/cpack_source_ignore_files.cmake
@@ -36,6 +36,5 @@ include/config\\\\.h$
include/my_config\\\\.h$
/autom4te\\\\.cache/
errmsg\\\\.sys$
-storage/ndb/
#
)
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()