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 958c2be + d75b194 commit a5c6725Copy full SHA for a5c6725
tests/CMakeLists.txt
@@ -36,9 +36,9 @@ set(BT_TESTS
36
37
if(ament_cmake_FOUND)
38
39
- find_package(ament_cmake_gtest REQUIRED)
+ find_package(ament_cmake_gmock REQUIRED)
40
41
- ament_add_gtest(${BTCPP_LIBRARY}_test ${BT_TESTS})
+ ament_add_gmock(${BTCPP_LIBRARY}_test ${BT_TESTS})
42
target_link_libraries(${BTCPP_LIBRARY}_test
43
${TEST_DEPENDECIES}
44
${ament_LIBRARIES})
0 commit comments