summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/cli11/cli11_2.3.2.bb')
-rw-r--r--meta-oe/recipes-support/cli11/cli11_2.3.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
index b9ff914da..7c6b2547c 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
@@ -15,11 +15,10 @@ S = "${WORKDIR}/git"
15 15
16do_configure:prepend() { 16do_configure:prepend() {
17 mkdir -p ${S}/tests/catch2 17 mkdir -p ${S}/tests/catch2
18 cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp 18 cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp
19} 19}
20 20
21inherit cmake 21inherit cmake
22inherit ptest
23 22
24# cli11 is a header only C++ library, so the main package will be empty. 23# cli11 is a header only C++ library, so the main package will be empty.
25RDEPENDS:${PN}-dev = "" 24RDEPENDS:${PN}-dev = ""