Skip to content

Commit

Permalink
Remove dnn tracker module from required dependencies for afma6 servoi…
Browse files Browse the repository at this point in the history
…ng examples
  • Loading branch information
SamFlt committed Jul 13, 2023
1 parent 2e68b4a commit 8a9e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/servo-afma6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(WINRT)
endif()
endif()

find_package(VISP REQUIRED visp_core visp_blob visp_vs visp_robot visp_sensor visp_vision visp_gui visp_dnn_tracker)
find_package(VISP REQUIRED visp_core visp_blob visp_vs visp_robot visp_sensor visp_vision visp_gui)

set(example_cpp
servoAfma6Ellipse2DCamVelocity.cpp
Expand Down

0 comments on commit 8a9e539

Please sign in to comment.