Skip to content

Commit d0b64d6

Browse files
committed
[tf2_bullet] Fix CMake warning
The warning was ``` --- stderr: test_tf2 CMake Warning at /workspaces/ros2/src/geometry2-1/install/tf2_bullet/share/tf2_bullet/cmake/ament_cmake_export_libraries-extras.cmake:116 (message): Package 'tf2_bullet' exports library 'tf2_bullet' which couldn't be found Call Stack (most recent call first): /workspaces/ros2/src/geometry2-1/install/tf2_bullet/share/tf2_bullet/cmake/tf2_bulletConfig.cmake:41 (include) CMakeLists.txt:27 (find_package) ```
1 parent ef93ac3 commit d0b64d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tf2_bullet/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ if(BUILD_TESTING)
4646
endif()
4747

4848
ament_export_include_directories(include)
49-
ament_export_libraries(${PROJECT_NAME})
5049
ament_package()

0 commit comments

Comments
 (0)