mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
ignore warnings from OpenCV headers
This commit is contained in:
parent
b4dec0cd70
commit
6fcff30ed8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue