Skip to content

Commit

Permalink
Linking to OpenCV libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ronwalf committed Dec 12, 2017
1 parent d1f310d commit 10dc373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions darknet_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ if (CUDA_FOUND)
cublas
curand
${Boost_LIBRARIES}
${OpenCV_LIBRARIES}
${catkin_LIBRARIES}
)

Expand Down Expand Up @@ -201,6 +202,7 @@ else()
pthread
stdc++
${Boost_LIBRARIES}
${OpenCV_LIBRARIES}
${catkin_LIBRARIES}
)

Expand Down

0 comments on commit 10dc373

Please sign in to comment.