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

Skip to content

Commit 0219e6c

Browse files
Merge pull request BehaviorTree#30 from nuclearsandwich/patch-1
Fix typo in package name.
2 parents cc0c38e + 695ad83 commit 0219e6c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 "------------------------------------------")

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<build_depend>libzmq3-dev</build_depend>
1717
<run_depend>libzmq3-dev</run_depend>
1818

19-
<test_depend>ament_cmake_gest</test_depend>
19+
<test_depend>ament_cmake_gtest</test_depend>
2020

2121
<buildtool_depend>ament_cmake</buildtool_depend>
2222
<export>

0 commit comments

Comments
 (0)