mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #586 from birarda/opencv-warnings
suppress warnings from OpenCV headers
This commit is contained in:
commit
caff7dc9ab
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ include_directories(
|
|||
${OPENCV_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -isystem ${OPENCV_INCLUDE_DIRS}")
|
||||
target_link_libraries(
|
||||
${TARGET_NAME}
|
||||
${QT_LIBRARIES}
|
||||
|
|
Loading…
Reference in a new issue