From 54f96debcaa80ea2d49f722b0df11d227943ebba Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 26 May 2015 14:00:25 +0200 Subject: Use git-archive-all in the make dist, to include the submodules in the archive --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 617c113..301d91d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,6 +153,5 @@ endif() ## Generate a release tarball from the git sources # add_custom_target(dist - COMMAND git archive --prefix=${ARCHIVE_NAME}/ --format=tar HEAD - | xz > ${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz + COMMAND git-archive-all ${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) -- cgit v1.2.3