Skip to content
Snippets Groups Projects
Commit 4c8c2065 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

tests: require example-robot-data

parent 835e7a14
No related branches found
No related tags found
No related merge requests found
Pipeline #28163 passed with warnings
......@@ -50,6 +50,7 @@ endif(BUILD_PYTHON_INTERFACE)
if(BUILD_TESTING)
find_package(Boost REQUIRED COMPONENTS unit_test_framework)
find_package(example-robot-data REQUIRED)
endif(BUILD_TESTING)
if(Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299)
......
......@@ -22,7 +22,9 @@ foreach(test ${tests})
${test} PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>)
endforeach(test)
target_link_libraries(test_distribute PRIVATE eiquadprog::eiquadprog)
target_link_libraries(
test_distribute PRIVATE eiquadprog::eiquadprog
example-robot-data::example-robot-data)
if(BUILD_PYTHON_INTERFACE)
add_subdirectory(python)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment