summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild')
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
index f1c6896c181b..84cf212c458f 100644
--- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
+++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
@@ -69,6 +69,9 @@ src_configure() {
# TODO: enable this+tests, should(?) be easier to do with >=0.5.0 but
# still need looking into (please fill a bug if need this right away)
-DRYML_BUILD_API=no
+
+ # rapidyaml sets c++11, but >=gtest-1.13 wants >=c++14 (bug #893272)
+ -DC4_CXX_STANDARD=17
)
cmake_src_configure