Don't include sphinx in the package.

This commit is contained in:
Victor Zverovich 2014-05-13 09:00:21 -07:00
parent 83920084f7
commit 191c2011f2

View File

@ -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})