Skip to content

Commit a5c6725

Browse files
authored
Merge branch 'main' into rebase-main-on-master
2 parents 958c2be + d75b194 commit a5c6725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ set(BT_TESTS
3636

3737
if(ament_cmake_FOUND)
3838

39-
find_package(ament_cmake_gtest REQUIRED)
39+
find_package(ament_cmake_gmock REQUIRED)
4040

41-
ament_add_gtest(${BTCPP_LIBRARY}_test ${BT_TESTS})
41+
ament_add_gmock(${BTCPP_LIBRARY}_test ${BT_TESTS})
4242
target_link_libraries(${BTCPP_LIBRARY}_test
4343
${TEST_DEPENDECIES}
4444
${ament_LIBRARIES})

0 commit comments

Comments
 (0)