We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb656e4 commit a959d6cCopy full SHA for a959d6c
jetson_inference_ros/CMakeLists.txt
@@ -34,8 +34,7 @@ else()
34
add_library(detect_net src/detect_net_mock.cpp)
35
target_link_libraries(detect_net ${catkin_LIBRARIES})
36
endif()
37
+add_dependencies(detect_net ${catkin_EXPORTED_TARGETS})
38
39
add_executable(detect_net_ros src/detect_net_ros.cpp)
-add_dependencies(detect_net_ros ${catkin_EXPORTED_TARGETS})
40
-
41
target_link_libraries(detect_net_ros detect_net)
0 commit comments