abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.

Signed-off-by: Petr Chernikov <p.chernikov@yadro.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Petr Chernikov
2023-12-08 08:47:57 +03:00
committed by Khem Raj
parent f3c7c83bf4
commit 190f7b50ac
2 changed files with 2 additions and 1 deletions

View File

@@ -46,3 +46,5 @@ RDEPENDS:${PN}-server += "openssh-sshd"
#| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7'
#| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs'
ARM_INSTRUCTION_SET = "arm"
CXXFLAGS:append = " -std=c++17"

View File

@@ -27,7 +27,6 @@ inherit cmake
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_CXX_STANDARD=14 \
-DABSL_ENABLE_INSTALL=ON \
"