diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e442d8729fa7e9cc8b3dbd12821dfe0b3c408f5..7aa845df0ab38f630d2fb66364f78e4fca955d5e 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()