Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc0c38e + 695ad83 commit 0219e6cCopy full SHA for 0219e6c
CMakeLists.txt
@@ -44,8 +44,6 @@ endif()
44
find_package(ament_cmake QUIET)
45
46
if ( ament_cmake_FOUND )
47
- find_package(ament_cmake_gtest REQUIRED)
48
-
49
# Not adding -DUSING_ROS since xml_parsing.cpp hasn't been ported to ROS2
50
51
message(STATUS "------------------------------------------")
package.xml
@@ -16,7 +16,7 @@
16
<build_depend>libzmq3-dev</build_depend>
17
<run_depend>libzmq3-dev</run_depend>
18
19
- <test_depend>ament_cmake_gest</test_depend>
+ <test_depend>ament_cmake_gtest</test_depend>
20
21
<buildtool_depend>ament_cmake</buildtool_depend>
22
<export>
0 commit comments