Skip to content

Commit

Permalink
using ${OpenCV_LIBS} instead of ${OpenCV_LIBRARIES}, fixes uzh-rpg#24.…
Browse files Browse the repository at this point in the history
… thanks Jamaslab & pablospe
  • Loading branch information
cfo committed Jun 30, 2014
1 parent ec351f4 commit c34df8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ INCLUDE_DIRECTORIES(

# Set link libraries
LIST(APPEND LINK_LIBS
${OpenCV_LIBRARIES}
${OpenCV_LIBS}
${Sophus_LIBRARIES}
${Boost_LIBRARIES}
${fast_LIBRARIES}
Expand Down
2 changes: 1 addition & 1 deletion svo_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ INCLUDE_DIRECTORIES(

# Set link libraries
LIST(APPEND LINK_LIBS
${OpenCV_LIBRARIES}
${OpenCV_LIBS}
${Sophus_LIBRARIES}
${Boost_LIBRARIES}
${catkin_LIBRARIES}
Expand Down

0 comments on commit c34df8f

Please sign in to comment.