From 8dd43680925f20860dad63529b456a711edd94b8 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 5 Mar 2019 17:24:29 +0100 Subject: [PATCH] [wip/roscontrol-sot] fix PLIST --- roscontrol-sot/Makefile | 2 +- roscontrol-sot/PLIST | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/roscontrol-sot/Makefile b/roscontrol-sot/Makefile index 2e1a52ba..733c3271 100644 --- a/roscontrol-sot/Makefile +++ b/roscontrol-sot/Makefile @@ -21,7 +21,7 @@ COMMENT= This ROS package binds together the ROS control framework with the dyn LICENSE= 2-clause-bsd MAINTAINER= hpp@laas.fr -DYNAMIC_PLIST_DIRS+= share/doc/doxygen-html +CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF # disable -Werror because of x86_64 warnings (must be fixed upstream) and # boost + gcc that don't cohabit well depending on their respective versions diff --git a/roscontrol-sot/PLIST b/roscontrol-sot/PLIST index 36e96024..79c9918a 100644 --- a/roscontrol-sot/PLIST +++ b/roscontrol-sot/PLIST @@ -1,9 +1,10 @@ +@comment Tue Mar 5 17:17:19 CET 2019 +bin/roscontrol-sot-parse-log include/roscontrol/sot/config.hh include/roscontrol/sot/deprecated.hh include/roscontrol/sot/warning.hh lib/librcsot_controller.so lib/pkgconfig/roscontrol_sot.pc -bin/roscontrol-sot-parse-log share/roscontrol_sot/cmake/roscontrol_sotConfig-version.cmake share/roscontrol_sot/cmake/roscontrol_sotConfig.cmake share/roscontrol_sot/config/roscontrol_sot_controller_plugins.xml -- GitLab