[PATCH] Switch to C++17 for recent ICU4C versions
authorThomas Fischer <fischer@unix-ag.uni-kl.de>
Thu, 23 May 2024 17:59:51 +0000 (19:59 +0200)
committerPino Toscano <pino@debian.org>
Wed, 5 Feb 2025 17:10:17 +0000 (18:10 +0100)
commit92b1650686a016023ae9e4b1b1beab6c1788c6f7
tree698d81bed8bee2a4915a65aee9cad0fedb09df1a
parent0eaced2d2a842534949a62426527263883c127f4
[PATCH] Switch to C++17 for recent ICU4C versions

Starting with ICU version 75, it makes use of C++ 17 constructs, so KBibTeX no longer
compiles if C++ is still set to C++ 11.
With this change, the C++ standard is raised to C++17 if a recent ICU is detected.

Gbp-Pq: Name upstream_Switch-to-C-17-for-recent-ICU4C-versions.patch
CMakeLists.txt