abseil-cpp: Ask for C++14 std explicitly

Newer gcc ( gcc11 ) will be defaulting to c++17 and abseil currently
needs work to get working with c++17, so pin to c++14 untill upstream
gets it working with c++17

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-03-03 23:29:51 -08:00
parent dad2aef6be
commit 386d33c02a

View File

@ -24,6 +24,7 @@ inherit cmake
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_CXX_STANDARD=14 \
"
BBCLASSEXTEND = "native nativesdk"