diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-15 09:18:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 07:49:27 -0700 |
commit | a08eabb3b87da69a71793bb8eaa2d64a6ac96aeb (patch) | |
tree | 694fdf24190545b4e3bda30fc01606b87748e8d5 /meta-python | |
parent | 536572f862dc443a73768820a19b7fa403190432 (diff) | |
download | meta-openembedded-a08eabb3b87da69a71793bb8eaa2d64a6ac96aeb.tar.gz |
leveldb: Allow to build with CMake 4+
The component itself builds just fine with CMake 4, but the tests don't as they
rely on a bundled version of GTest that is six years old. Since upstream is
inactive, the simplest course of action is to apply the 'minimum policy version'
override (as implemented in CMake, it only affects the GTest submodule).
System GTest can not be used instead (easily), as among other things it requires
C++14 and the project uses C++11.
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
CC: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions