File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ if (INTEGRATION_TESTS)
4444 )
4545
4646 add_executable (instruction_executor_test test_instruction_executor.cpp)
47- target_include_directories (instruction_executor_test PRIVATE ${GTEST_INCLUDE_DIRS} )
48- target_link_libraries (instruction_executor_test PRIVATE ur_client_library::urcl ${GTEST_LIBRARIES} )
47+ target_link_libraries (instruction_executor_test PRIVATE ur_client_library::urcl GTest::gtest_main)
4948 gtest_add_tests(TARGET instruction_executor_test
5049 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
5150 )
@@ -172,4 +171,4 @@ gtest_add_tests(TARGET robot_receive_timeout_tests
172171add_executable (control_mode_tests test_control_mode.cpp)
173172target_link_libraries (control_mode_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
174173gtest_add_tests(TARGET control_mode_tests
175- )
174+ )
You can’t perform that action at this time.
0 commit comments