diff mbox series

AW: [oe] [PATCH] abseil-cpp: readd use of -std=c++14

Message ID f7360598b61448599bddcc3d0e7dc08e@amazon.de
State New
Headers show
Series AW: [oe] [PATCH] abseil-cpp: readd use of -std=c++14 | expand

Commit Message

Roos, Thomas Jan. 9, 2024, 3:01 p.m. UTC
Hi,
good news - I could solve this problem by patching out the hardcoded -std=c++14 in our software (meta-aws).
Sorry for the noise.
Please ignore this patch.

Cheers,
Thomas
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
index ee62d4b59..1a713e1c5 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
@@ -26,6 +26,7 @@  ASNEEDED:class-nativesdk = ""
 inherit cmake

 EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
+                 -DCMAKE_CXX_STANDARD=14 \
                  -DBUILD_TESTING=OFF    \
                  -DABSL_ENABLE_INSTALL=ON \
                 "