mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user