File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ brotli.patch
Original file line number Diff line number Diff line change 1+ diff -u -r a/CMakeLists.txt b/CMakeLists.txt
2+ --- a/CMakeLists.txt
3+ +++ b/CMakeLists.txt
4+ @@ -384,11 +384,11 @@
5+
6+ if (BROTLI_BUILD_TOOLS)
7+ install(FILES "docs/brotli.1"
8+ - DESTINATION "${CMAKE_INSTALL_FULL_MANDIR}/man1")
9+ + DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
10+ endif()
11+
12+ install(FILES docs/constants.h.3 docs/decode.h.3 docs/encode.h.3 docs/types.h.3
13+ - DESTINATION "${CMAKE_INSTALL_FULL_MANDIR}/man3")
14+ + DESTINATION "${CMAKE_INSTALL_MANDIR}/man3")
15+
16+ if (ENABLE_COVERAGE STREQUAL "yes")
17+ setup_target_for_coverage(coverage test coverage)
Original file line number Diff line number Diff line change 1+ brotli.patch
You can’t perform that action at this time.
0 commit comments