Commit 594ad9fac75626d65fdcc3e8ce1592d30521efa0
Committed by
GitHub
1 parent
a9a3e5fd
Fix apparent typo for zopfli enablement
cmake complains when building with -DZOPFLI-ON as opposed to =ON
Showing
1 changed file
with
1 additions
and
1 deletions
manual/installation.rst
| ... | ... | @@ -659,7 +659,7 @@ Building with zopfli support |
| 659 | 659 | |
| 660 | 660 | .. cSpell:ignore DZOPFLI |
| 661 | 661 | |
| 662 | -If you compile with ``-DZOPFLI-ON`` and have the `zopfli | |
| 662 | +If you compile with ``-DZOPFLI=ON`` and have the `zopfli | |
| 663 | 663 | <https://github.com/google/zopfli>`__ development files available, |
| 664 | 664 | qpdf will be built with zopfli support. See :ref:`zopfli` for |
| 665 | 665 | information about using zopfli with qpdf. | ... | ... |