Merge branch 'patch-1' into 'master'
use ament_export_targets() instead of deprecated ament_export_interfaces() See merge request micro-ROS/ros_tracing/ros2_tracing!163
This commit is contained in:
commit
c3ea84b4b9
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
|
|||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>"
|
||||
"$<INSTALL_INTERFACE:include>"
|
||||
)
|
||||
ament_export_interfaces(${PROJECT_NAME}_export HAS_LIBRARY_TARGET)
|
||||
ament_export_targets(${PROJECT_NAME}_export HAS_LIBRARY_TARGET)
|
||||
|
||||
# Status checking tool
|
||||
add_executable(status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue