From 90cdc967316ea4a16ed0322cf7f620ba6b4f23f7 Mon Sep 17 00:00:00 2001 From: Hannes Matuschek Date: Tue, 30 Mar 2021 19:34:55 +0200 Subject: [PATCH] Prep 0.6.4 release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 641299aa..7b94cde2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,6 @@ set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}") set(CPACK_SOURCE_IGNORE_FILES - "/build/;/doc/html;/doc/latex;/examples/*.dfu;/.git/;~$;.qm;*.user$;${CPACK_SOURCE_IGNORE_FILES}") + "/build/;/doc/html;/doc/latex;/doc/reveng;/doc/dmr-intro;/examples/*.dfu;/.git/;~$;.qm;*.user$;${CPACK_SOURCE_IGNORE_FILES}") include(CPack)