From 71a8fd74ac9fc4814ad4be427e4756f9fc1e718b Mon Sep 17 00:00:00 2001
From: Tommy Persson <tompe17@gmail.com>
Date: Thu, 27 Jul 2017 12:04:00 +0200
Subject: [PATCH] install fixes

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e442d8..7aa845d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,5 +165,6 @@ include_directories(
 
 set(cpackconfig "/opt/lrs_wara/src/lrs_wara/cpackconfig.cmake")
 if (EXISTS ${cpackconfig})
+  set(CPACK_PACKAGE_NAME "lrs-msgs")    
   include(${cpackconfig})
 endif()
-- 
GitLab