From: Nabil Ghodbane Date: Fri, 9 Sep 2022 12:28:57 +0000 (+0200) Subject: PMML depends on cppunit - otherwise won't use the embedded cppunit if not installed... X-Git-Tag: V9_11_0~328 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=47432c63a3163545f3ccb45ec76871becfd4b6ef;p=tools%2Fsat_salome.git PMML depends on cppunit - otherwise won't use the embedded cppunit if not installed on the node --- 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