~singpolyma/biboumi

427df5fc2a5f1ea0ee4e31ceafba9c6cc5803fd2 — Florent Le Coz 8 years ago e1a7114
Revert "Use git-archive-all in the make dist, to include the submodules in the archive"

This reverts commit 54f96debcaa80ea2d49f722b0df11d227943ebba.
1 files changed, 2 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +2 -1
@@ 153,5 153,6 @@ endif()
## Generate a release tarball from the git sources
#
add_custom_target(dist
  COMMAND git-archive-all ${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz
  COMMAND git archive --prefix=${ARCHIVE_NAME}/ --format=tar HEAD
  | xz > ${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz
  WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})