mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
relayd: Fix building with CMake 4+
Bump minimum cmake dialect to be 3.5+, this is an openwrt component, which does not get many updates these days. Ideally the cmake files for the project should be fixed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1a2fb37a4c
commit
be3c11c82d
@ -15,4 +15,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user