Commit 6826330adc9dfe3f8ac6c0d911991d4591653151
1 parent
741211a1
Require a C++-17 compiler
Showing
5 changed files
with
12 additions
and
3 deletions
CMakeLists.txt
| ... | ... | @@ -153,7 +153,7 @@ Please build with cmake in a subdirectory, e.g. |
| 153 | 153 | Please remove CMakeCache.txt and the CMakeFiles directories.") |
| 154 | 154 | endif() |
| 155 | 155 | |
| 156 | -set(CMAKE_CXX_STANDARD 14) | |
| 156 | +set(CMAKE_CXX_STANDARD 17) | |
| 157 | 157 | set(CMAKE_CXX_EXTENSIONS OFF) |
| 158 | 158 | set(CMAKE_CXX_STANDARD_REQUIRED ON) |
| 159 | 159 | set(CMAKE_C_VISIBILITY_PRESET hidden) | ... | ... |
ChangeLog
README.md
| ... | ... | @@ -29,7 +29,7 @@ Versions of qpdf prior to version 7 were released under the terms of version 2.0 |
| 29 | 29 | |
| 30 | 30 | # Prerequisites |
| 31 | 31 | |
| 32 | -QPDF requires a C++ compiler that supports C++-14. | |
| 32 | +QPDF requires a C++ compiler that supports C++-17. | |
| 33 | 33 | |
| 34 | 34 | To compile and link something with qpdf, you can use `pkg-config` with package name `libqpdf` or `cmake` with package name `qpdf`. Here's an example of a `CMakeLists.txt` file that builds a program with the qpdf library: |
| 35 | 35 | ... | ... |
manual/installation.rst
manual/release-notes.rst