mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
5ea06b13fe
The .gitignore-derived `build/` pattern does not actually prune the build directory or its contents from the CPack source package, so an empty build/ (and, once docs were built in CI, build/doc-html) leaked into the zip. Ignore the whole build tree in CPACK_SOURCE_IGNORE_FILES.