File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ SET(CATKIN_DEPENDS_LIBRARIES ros_bridge sot_loader)
36
36
## LAAS cmake submodule part
37
37
set (PROJECT_DESCRIPTION "Dynamic graph bridge library" )
38
38
set (PROJECT_NAME dynamic_graph_bridge )
39
- set (PROJECT_URL "" )
39
+ set (PROJECT_URL "https://github.com/stack-of-tasks/dynamic_graph_bridge" )
40
+ set (PROJECT_SUFFIX "-v3" )
40
41
41
42
SET (DOXYGEN_USE_MATHJAX YES )
42
43
@@ -214,7 +215,7 @@ IF(BUILD_PYTHON_INTERFACE)
214
215
${CMAKE_SOURCE_DIR} /scripts/tf_publisher
215
216
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
216
217
)
217
-
218
+
218
219
# Service file.
219
220
install (FILES ./srv/RunPythonFile.srv DESTINATION ${CMAKE_INSTALL_PREFIX} /share/${PROJECT_NAME}/srv )
220
221
@@ -226,4 +227,3 @@ install(FILES manifest.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_N
226
227
227
228
228
229
SETUP_PROJECT_FINALIZE ()
229
-
You can’t perform that action at this time.
0 commit comments