Skip to content

Commit

Permalink
Fix warning detected on OSX: /usr/bin/ranlib: file: ../lib/libvisp.a(…
Browse files Browse the repository at this point in the history
…vpOpenCVGrabber.cpp.o) has no symbols
  • Loading branch information
fspindle committed Mar 12, 2015
1 parent 6de5bbb commit 62b3457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeSourceFileList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ IF(VISP_HAVE_DIRECTSHOW)
LIST(APPEND SRC_DEVICE_FRAMEGRABBER device/framegrabber/directshow/vpDirectShowDevice.cpp)
LIST(APPEND SRC_DEVICE_FRAMEGRABBER device/framegrabber/directshow/vpDirectShowSampleGrabberI.cpp)
ENDIF()
IF(VISP_HAVE_OPENCV)
LIST(APPEND SRC_DEVICE_FRAMEGRABBER device/framegrabber/OpenCV/vpOpenCVGrabber.cpp)
ENDIF()
if(VISP_HAVE_OPENCV AND OpenCV_VERSION VERSION_LESS 2.4.8)
list(APPEND SRC_DEVICE_FRAMEGRABBER device/framegrabber/OpenCV/vpOpenCVGrabber.cpp)
endif()

SET (SRC_IMAGE
image/vpColor.cpp
Expand Down

0 comments on commit 62b3457

Please sign in to comment.