mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:36:42 +00:00
spdlog: Fix CMake flag
eb3220622e/CMakeLists.txt (L72)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b20af98b5ad28e330c97770f7d0db75890784f98)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
4a97dcdc93
commit
4822ca1394
@ -12,7 +12,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user