Skip to content

Commit 94cb8c7

Browse files
fix(cmake): opencv libraries
1 parent 4939696 commit 94cb8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ target_include_directories(${PROJECT_NAME}
9494
)
9595

9696
target_link_libraries(${PROJECT_NAME}
97-
${OpenCV_LIBS}
97+
${OpenCV_LIBRARIES}
9898
${catkin_LIBRARIES}
9999
${${PROJECT_NAME}_CUDA_TARGET_LINK_LIBRARIES}
100100
)

0 commit comments

Comments
 (0)