File: 0002-Search-in-for-message-generators.patch

package info (click to toggle)
ros-genmsg 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,004 kB
  • sloc: python: 1,940; makefile: 110; xml: 30
file content (21 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Wed, 10 Dec 2014 08:57:20 +0100
Subject: Search in "/" for message generators

---
 cmake/genmsg-extras.cmake.em | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/genmsg-extras.cmake.em b/cmake/genmsg-extras.cmake.em
index 1c7af62..49ca328 100644
--- a/cmake/genmsg-extras.cmake.em
+++ b/cmake/genmsg-extras.cmake.em
@@ -23,7 +23,7 @@ include(CMakeParseArguments)
 
 # find message generators in all workspaces
 set(message_generators "")
-foreach(workspace ${CATKIN_WORKSPACES})
+foreach(workspace ${CATKIN_WORKSPACES} "/")
   file(GLOB workspace_message_generators
     RELATIVE ${workspace}/${GENMSG_LANGS_DESTINATION}
     ${workspace}/${GENMSG_LANGS_DESTINATION}/gen*)