From d5173519d3e69172647418890b4077d2ce56b71a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 19 Mar 2020 14:37:03 +0100 Subject: [PATCH] [wip/pal-statistics] drop only_for_platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This works well on Arch… --- pal-statistics/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/pal-statistics/Makefile b/pal-statistics/Makefile index e0fb5d5b..b7e43e10 100644 --- a/pal-statistics/Makefile +++ b/pal-statistics/Makefile @@ -26,8 +26,6 @@ USE_BOOST_LIBS= thread ROS_METAPKG= yes USE_BOOST_LIBS= thread -ONLY_FOR_PLATFORM= Ubuntu-16.04-% Ubuntu-18.04-% - CMAKE_PREFIX_PATH+=${PREFIX} include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk -- GitLab