diff options
| author | Petr Chernikov <p.chernikov@yadro.com> | 2023-12-08 08:47:57 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 21:51:58 -0800 |
| commit | 190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff (patch) | |
| tree | ed00d3c074292af00507762b4cdab37d83a292ca /meta-oe/recipes-devtools/abseil-cpp | |
| parent | f3c7c83bf40cd59ba9ba954ebceaaa68dd7f7bd7 (diff) | |
| download | meta-openembedded-190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp')
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 65ecab7d08..ee62d4b597 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
| @@ -27,7 +27,6 @@ inherit cmake | |||
| 27 | 27 | ||
| 28 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | 28 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ |
| 29 | -DBUILD_TESTING=OFF \ | 29 | -DBUILD_TESTING=OFF \ |
| 30 | -DCMAKE_CXX_STANDARD=14 \ | ||
| 31 | -DABSL_ENABLE_INSTALL=ON \ | 30 | -DABSL_ENABLE_INSTALL=ON \ |
| 32 | " | 31 | " |
| 33 | 32 | ||
