Skip to content

Commit 661870e

Browse files
author
Felix Exner
committed
Fixed error introduced when rebasing
1 parent 8bb7379 commit 661870e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ target_compile_options(pipeline_tests PRIVATE ${CXX17_FLAG})
194194
target_include_directories(pipeline_tests PRIVATE ${GTEST_INCLUDE_DIRS})
195195
target_link_libraries(pipeline_tests PRIVATE ur_client_library::urcl ${GTEST_LIBRARIES})
196196
gtest_add_tests(TARGET pipeline_tests
197+
)
197198

198199
add_executable(script_command_interface_tests test_script_command_interface.cpp)
199200
target_compile_options(script_command_interface_tests PRIVATE ${CXX17_FLAG})

0 commit comments

Comments
 (0)