Hello! I have a problem while building the project.
I have installed dv-runtime on my computer, but when I run "catkin build" to build the project, an error outcomes as follows:
“
CMake Error at CMakeLists.txt:52 (add_library):
Target "dv_ros_lib" links to target "dv::dvsdk" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:59 (add_executable):
Target "dv_ros_node" links to target "dv::dvsdk" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
”
Is CMakeLists wrong? Or how can I install this dv::dvsdk and let the CMakeLists know?
Thanks!
Hello! I have a problem while building the project.
I have installed dv-runtime on my computer, but when I run "catkin build" to build the project, an error outcomes as follows:
“
CMake Error at CMakeLists.txt:52 (add_library):
Target "dv_ros_lib" links to target "dv::dvsdk" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:59 (add_executable):
Target "dv_ros_node" links to target "dv::dvsdk" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
”
Is CMakeLists wrong? Or how can I install this dv::dvsdk and let the CMakeLists know?
Thanks!