From b64e7540001b5d54a7923e050cb99db44655818c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 10 Dec 2020 22:14:04 -0500 Subject: [PATCH] cmake: Bring back commit.h.in and cmake.h.in --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a25c32a96..06e1ab3b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,7 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo "_CPack_Packages" "cmake_install" "install_manifest" "Makefile$" "test" "package-config" "misc/*" "src/task$" "src/calc$" "performance" "src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a" - "task-.*.tar.gz" "commit.h" "commit.h.in" "cmake.h" "cmake.h.in" "\\\\.gitmodules" + "swp$" "src/lex$" "task-.*.tar.gz" "commit.h" "cmake.h" "\\\\.gitmodules" "src/libshared/\\\\.git" ".github/" "\\\\.travis.yml" ".*\\\\.gitignore$" - "\\\\.git/" "swp$" "src/lex$") + "src/liblibshared.a" "docker-compose.yml" "\\\\.git/") include (CPack)