Skip to content
Snippets Groups Projects
Commit 079b31db authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/dynamic-introspection] Release 1.0.8

Merge branch 'migrate-to-statistics' into 'erbium-devel' Migrate to statistics See merge request control/dynamic_introspection!13
Use new pal_statistics API
Migrate to statistics
Contributors: Victor Lopez
parent a588879f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Created: Olivier Stasse on Fr, 27 Apr 2018 # Created: Olivier Stasse on Fr, 27 Apr 2018
# #
VERSION= 1.0.5 VERSION= 1.0.8
PKGBASE= dynamic-introspection PKGBASE= dynamic-introspection
PKGNAME= ${PKGBASE}-${VERSION} PKGNAME= ${PKGBASE}-${VERSION}
DISTNAME= ${VERSION} DISTNAME= ${VERSION}
...@@ -26,6 +26,7 @@ include ../../lang/ros-message-generation/depend.mk ...@@ -26,6 +26,7 @@ include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk include ../../lang/ros-message-runtime/depend.mk
include ../../math/ros-geometry/depend.mk include ../../math/ros-geometry/depend.mk
include ../../wip/backward-ros/depend.mk include ../../wip/backward-ros/depend.mk
include ../../wip/pal-statistics/depend.mk
include ../../mk/language/c++.mk include ../../mk/language/c++.mk
include ../../mk/language/c.mk include ../../mk/language/c.mk
......
SHA1 (dynamic-introspection/1.0.5.tar.gz) = 3d59a7ba6de506121e32106e418c43cdb919cf39 SHA1 (dynamic-introspection/1.0.8.tar.gz) = 4ae272018d0e62ed73f4311fbec1b26e96e52ff6
RMD160 (dynamic-introspection/1.0.5.tar.gz) = ff61e53a32d5f8bfd3bce45b860238aa6ac64708 RMD160 (dynamic-introspection/1.0.8.tar.gz) = 4eb5a6c86197c78d6db52d86756ec578f8c0f7ba
Size (dynamic-introspection/1.0.5.tar.gz) = 13369 bytes Size (dynamic-introspection/1.0.8.tar.gz) = 13442 bytes
SHA1 (patch-aa) = 59cc82cb7383bca5b0beb8d35d3bef087ea4e46e
Add dependency for singleton_test
--- test/CMakeLists.txt
+++ test/CMakeLists.txt
@@ -1,5 +1,6 @@
add_executable(singleton_test singleton_test.cpp)
target_link_libraries(singleton_test ${catkin_LIBRARIES})
+add_dependencies(singleton_test ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
add_library(test_class_a test_class_a.cpp)
target_link_libraries(test_class_a ${PROJECT_NAME} ${catkin_LIBRARIES})
--
2.7.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment