diff options
author | Slávek Banko <[email protected]> | 2022-04-01 15:19:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-04-03 18:41:21 +0200 |
commit | 0917f3f2dd8f216cf55328425a1f47588dc1801b (patch) | |
tree | 9023ea286601ec787e08e775114f7f52fd288dec /config.h.cmake | |
parent | 16e7c3a1701499e3528ecc71af402dd18bfe0538 (diff) | |
download | tdegraphics-0917f3f2dd8f216cf55328425a1f47588dc1801b.tar.gz tdegraphics-0917f3f2dd8f216cf55328425a1f47588dc1801b.zip |
Ensure the use of C++17 standard for Poppler >= 21.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3c919351327ed35d2ad13a62d8d5aefccfed36a6)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index fa71d600..7c1ab17a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_2112 #cmakedefine HAVE_POPPLER_2111 #cmakedefine HAVE_POPPLER_2108 #cmakedefine HAVE_POPPLER_086 |