From 47432c63a3163545f3ccb45ec76871becfd4b6ef Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 9 Sep 2022 14:28:57 +0200 Subject: [PATCH] PMML depends on cppunit - otherwise won't use the embedded cppunit if not installed on the node --- products/pmml.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/pmml.pyconf b/products/pmml.pyconf index c9c15da..56de69b 100644 --- a/products/pmml.pyconf +++ b/products/pmml.pyconf @@ -13,7 +13,7 @@ default : env_script : $name + ".py" } depend : ["Python", "libxml2"] - build_depend : ["cmake", "swig", "doxygen"] + build_depend : ["cmake", "swig", "doxygen", "cppunit"] opt_depend : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name -- 2.39.2