Commit 191c2011 authored by Victor Zverovich's avatar Victor Zverovich

Don't include sphinx in the package.

parent 83920084
......@@ -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})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment