diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-02-03 03:20:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-04 20:53:30 -0800 |
| commit | 0feab3928335c992808be45caa4b0c934606eef0 (patch) | |
| tree | ee33a45e91401195d54c832745b1d4a34e3ea8ab /meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb | |
| parent | 7c54c935cb6c3b5d96554d9fd3de72e5240f72aa (diff) | |
| download | meta-openembedded-0feab3928335c992808be45caa4b0c934606eef0.tar.gz | |
abseil-cpp: Set CMAKE_CXX_STANDARD to 17
The compiler defaults to C++ < 17 which causes build failures.
Abseil requires C++17 or higher, so explicitly set CMAKE_CXX_STANDARD=17
to ensure the build uses the correct C++ standard.
Error:
CMake Error at CMake/AbseilDll.cmake:745 (message):
The compiler defaults to or is configured for C++ < 17. C++ >= 17 is
required and Abseil and all libraries that use Abseil must use the same C++
language standard
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb')
0 files changed, 0 insertions, 0 deletions
