From 0aac87f1b1bcd70a69b337b26e6d535eeca6df82 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Thu, 20 Aug 2020 20:19:25 +0200 Subject: [PATCH] Remove building of debian package --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca18be..ea402cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,9 +198,3 @@ include_directories( ## Add folders to be run by python nosetests # catkin_add_nosetests(test) - -set(cpackconfig "/opt/lrs_wara/src/lrs_wara/cpackconfig.cmake") -if (EXISTS ${cpackconfig}) - set(CPACK_PACKAGE_NAME "lrs-interaction-msgs") - include(${cpackconfig}) -endif() -- GitLab