From b71b487abbec3d4929a62301785891368e118f0e Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 3 Apr 2021 01:57:10 +0200 Subject: [PATCH] Make sure we include test filesystems when packaging source --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa82d1e3..6132183a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -611,9 +611,7 @@ if(NOT $PRJ_VERSION_FULL} STREQUAL "") set(CPACK_SOURCE_IGNORE_FILES "\\.git/" "${CMAKE_SOURCE_DIR}/build.*" - "${CMAKE_SOURCE_DIR}/tmp/" "${CMAKE_SOURCE_DIR}/@" - "\\.dwarfs$" "/\\." ".*~$") set(CPACK_VERBATIM_VARIABLES YES)