Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 695ad83

Browse files
Remove extra find_package(ament_cmake_gtest).
This package should only be needed if BUILD_TESTING is on and is find_package'd below if ament_cmake is found and BUILD_TESTING is on.
1 parent dbb8cf5 commit 695ad83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ endif()
4444
find_package(ament_cmake QUIET)
4545

4646
if ( ament_cmake_FOUND )
47-
find_package(ament_cmake_gtest REQUIRED)
48-
4947
# Not adding -DUSING_ROS since xml_parsing.cpp hasn't been ported to ROS2
5048

5149
message(STATUS "------------------------------------------")

0 commit comments

Comments
 (0)