Changed an OpenCV_LIBS to OpenCV_LIBRARIES

This commit is contained in:
matlabbe
2016-06-24 21:00:12 -04:00
parent 37c269bc0b
commit ca95c9de97

View File

@@ -9,8 +9,10 @@ SET(INCLUDE_DIRS
${OpenCV_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS}
) )
MESSAGE(STATUS "OpenCV_INCLUDE_DIRS=${OpenCV_INCLUDE_DIRS}")
SET(LIBRARIES SET(LIBRARIES
${OpenCV_LIBS} ${OpenCV_LIBRARIES}
) )
# Make sure the compiler can find include files from our library. # Make sure the compiler can find include files from our library.