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.
1 parent 801a2e7 commit 4d047a2Copy full SHA for 4d047a2
tests/CMakeLists.txt
@@ -37,7 +37,7 @@ if(ament_cmake_FOUND AND BUILD_TESTING)
37
38
find_package(ament_cmake_gtest REQUIRED)
39
40
- ament_add_gtest_executable(${BTCPP_LIBRARY}_test ${BT_TESTS})
+ ament_add_gtest(${BTCPP_LIBRARY}_test ${BT_TESTS})
41
target_link_libraries(${BTCPP_LIBRARY}_test
42
${TEST_DEPENDECIES}
43
${ament_LIBRARIES})
0 commit comments