From 19e56a1df71e0fc9c9e075278ac794e63296b15d Mon Sep 17 00:00:00 2001 From: Tommy Persson <@tommy.persson@liu.se> Date: Thu, 13 Jan 2022 20:39:51 +0100 Subject: [PATCH] Work on install compile --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80319cd1..bb066349 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,9 +189,3 @@ install(FILES ## 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-launch") - include(${cpackconfig}) -endif() -- GitLab