From 41300ee423acd158fe4f17b5786fe04cc643d285 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 10 Nov 2022 15:34:19 -0600 Subject: [PATCH] apologize to cmake-format - we are not worthy Signed-off-by: Karl W. Schulz --- CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb69547e45..044dbf79ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,5 +273,12 @@ install( # Source tarball set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) -set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/ \.github \.gitmodules \.gitignore /tests /build) +set(CPACK_SOURCE_IGNORE_FILES + ".*~$" + \.git/ + \.github + \.gitmodules + \.gitignore + /tests + /build) include(CPack)