From 191c2011f2901344326af657e989819d675b3656 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 May 2014 09:00:21 -0700 Subject: [PATCH] Don't include sphinx in the package. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c81796e5..d89f53ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,7 +185,7 @@ if (EXISTS .gitignore) string(REPLACE "*" ".*" line "${line}") set(ignored_files ${ignored_files} "${line}$" "${line}/") endforeach () - set(ignored_files ${ignored_files} /.git /breathe /format-benchmark) + set(ignored_files ${ignored_files} /.git /breathe /format-benchmark /sphinx) set(CPACK_SOURCE_GENERATOR ZIP) set(CPACK_SOURCE_IGNORE_FILES ${ignored_files})