From 2c0af2f31536cf845f277dacc2b16a7123d11888 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommmy.persson@liu.se>
Date: Thu, 20 Aug 2020 20:18:59 +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 e3f9731..a2f5995 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,9 +162,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-msgs")    
-  include(${cpackconfig})
-endif()
-- 
GitLab