ignore warnings from OpenCV headers

This commit is contained in:
Stephen Birarda 2013-06-26 16:30:51 -07:00
parent b4dec0cd70
commit 6fcff30ed8

View file

@ -108,6 +108,8 @@ include_directories(
${SPEEXDSP_INCLUDE_DIRS}
)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -isystem ${OPENCV_INCLUDE_DIRS}")
target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES} ${OPENCV_LIBRARIES} ${ZLIB_LIBRARIES} ${SPEEXDSP_LIBRARIES})
if (APPLE)