From b20af98b5ad28e330c97770f7d0db75890784f98 Mon Sep 17 00:00:00 2001 From: Carsten Bäcker <72093439+cbaecker@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:10:03 +0200 Subject: spdlog: Fix CMake flag https://github.com/gabime/spdlog/blob/eb3220622e73a4889eee355ffa37972b3cac3df5/CMakeLists.txt#L72 Signed-off-by: Khem Raj --- meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb index d36cfcb848..a7d9263513 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb @@ -11,7 +11,7 @@ DEPENDS += "fmt" S = "${WORKDIR}/git" BBCLASSEXTEND = "native" -# no need to build example&text&benchmarks on pure yocto -EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLES=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off -DSPDLOG_FMT_EXTERNAL=on" +# no need to build example & tests & benchmarks on pure yocto +EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off -DSPDLOG_FMT_EXTERNAL=on" inherit cmake -- cgit v1.2.3-54-g00ecf