diff options
Diffstat (limited to 'meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb')
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb index d377241ad1..6362fc7a4b 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS += "fmt" | |||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
| 15 | # no need to build example&text&benchmarks on pure yocto | 15 | # no need to build example & tests & benchmarks on pure yocto |
| 16 | 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" | 16 | 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" |
| 17 | 17 | ||
| 18 | inherit cmake | 18 | inherit cmake |
