From aa3a014a666070f3c805c9ca47ffbfc4386c1516 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 7 Sep 2015 18:02:23 -0400 Subject: [PATCH] CPack: Need four backslashes, the greedy bastard. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70fbb80c7..d5a104ecd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,5 +203,5 @@ 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" - "/\\.gitignore" "/\\.git/" "swp$" "src/lex$") + "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$") include (CPack)