diff options
| author | Carsten Bäcker <72093439+cbaecker@users.noreply.github.com> | 2022-08-19 12:10:03 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-19 09:28:58 -0700 |
| commit | b20af98b5ad28e330c97770f7d0db75890784f98 (patch) | |
| tree | bbf8a0f70ece1bf111fcf6602631d9e21e20cb44 | |
| parent | febd004e6b637915602b4d4c7241cd7289799318 (diff) | |
| download | meta-openembedded-b20af98b5ad28e330c97770f7d0db75890784f98.tar.gz | |
spdlog: Fix CMake flag
https://github.com/gabime/spdlog/blob/eb3220622e73a4889eee355ffa37972b3cac3df5/CMakeLists.txt#L72
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/spdlog/spdlog_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | # no need to build example&text&benchmarks on pure yocto | 14 | # no need to build example & tests & benchmarks on pure yocto |
| 15 | 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" | 15 | 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" |
| 16 | 16 | ||
| 17 | inherit cmake | 17 | inherit cmake |
