Skip to content

Commit 871478f

Browse files
committed
[CMake] set project url & suffix
1 parent 46af55a commit 871478f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ SET(CATKIN_DEPENDS_LIBRARIES ros_bridge sot_loader)
3636
## LAAS cmake submodule part
3737
set(PROJECT_DESCRIPTION "Dynamic graph bridge library")
3838
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")
4041

4142
SET(DOXYGEN_USE_MATHJAX YES)
4243

@@ -214,7 +215,7 @@ IF(BUILD_PYTHON_INTERFACE)
214215
${CMAKE_SOURCE_DIR}/scripts/tf_publisher
215216
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
216217
)
217-
218+
218219
# Service file.
219220
install(FILES ./srv/RunPythonFile.srv DESTINATION ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/srv)
220221

@@ -226,4 +227,3 @@ install(FILES manifest.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_N
226227

227228

228229
SETUP_PROJECT_FINALIZE()
229-

0 commit comments

Comments
 (0)