Skip to content
Snippets Groups Projects
Unverified Commit 524d7393 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Remove useless dependency to eigenpy

parent fd0896e9
No related branches found
No related tags found
No related merge requests found
......@@ -131,17 +131,16 @@ add_python_unit_test("py-std-vector" "unittest/python/test_std_vector.py"
set_tests_properties("py-std-vector" PROPERTIES DEPENDS ${PYWRAP})
add_python_unit_test("py-std-array" "unittest/python/test_std_array.py"
"python;unittest")
set_tests_properties("py-std-array" PROPERTIES DEPENDS ${PYWRAP})
"unittest")
add_python_unit_test("py-std-pair" "unittest/python/test_std_pair.py"
"unittest")
set_tests_properties("py-std-pair" PROPERTIES DEPENDS ${PYWRAP})
add_python_unit_test("py-user-struct" "unittest/python/test_user_struct.py"
"python;unittest")
set_tests_properties("py-user-struct" PROPERTIES DEPENDS ${PYWRAP})
"unittest")
add_python_unit_test("py-std-unique-ptr"
"unittest/python/test_std_unique_ptr.py" "unittest")
add_python_unit_test("py-bind-virtual" "unittest/python/test_bind_virtual.py"
"python;unittest")
set_tests_properties("py-bind-virtual" PROPERTIES DEPENDS ${PYWRAP})
"unittest")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment