Skip to content
Snippets Groups Projects
Commit 4bb25864 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

mv gtest_problem within OpenCV_FOUND guards

parent 68db99c2
No related branches found
No related tags found
1 merge request!125add processor_ptr_ in ConstraintBase
This commit is part of merge request !125. Comments created here will be created in the context of that merge request.
......@@ -68,10 +68,6 @@ target_link_libraries(gtest_local_param ${PROJECT_NAME})
wolf_add_gtest(gtest_motion_buffer gtest_motion_buffer.cpp)
target_link_libraries(gtest_motion_buffer ${PROJECT_NAME})
# Problem class test
wolf_add_gtest(gtest_problem gtest_problem.cpp)
target_link_libraries(gtest_problem ${PROJECT_NAME})
# Rotation test
wolf_add_gtest(gtest_rotation gtest_rotation.cpp)
target_link_libraries(gtest_rotation ${PROJECT_NAME})
......@@ -140,6 +136,10 @@ target_link_libraries(gtest_odom_3D ${PROJECT_NAME})
# ROI test
IF(OpenCV_FOUND)
# Problem class test
wolf_add_gtest(gtest_problem gtest_problem.cpp)
target_link_libraries(gtest_problem ${PROJECT_NAME})
wolf_add_gtest(gtest_roi_ORB gtest_roi_ORB.cpp)
target_link_libraries(gtest_roi_ORB ${PROJECT_NAME})
ENDIF(OpenCV_FOUND)
\ No newline at end of file
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