mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 16:45:55 +00:00
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:
parent
f3c7c83bf4
commit
190f7b50ac
@ -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"
|
||||
|
||||
@ -27,7 +27,6 @@ inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DCMAKE_CXX_STANDARD=14 \
|
||||
-DABSL_ENABLE_INSTALL=ON \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user