1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fixed some more GCC warnings

This commit is contained in:
Vadim Pisarevsky
2012-03-19 11:21:01 +00:00
parent c5cc79d4d5
commit 3228599a35
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -259,6 +259,10 @@ set_target_properties(${the_module} PROPERTIES LINK_INTERFACE_LIBRARIES "")
ocv_add_precompiled_headers(${the_module})
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
endif()
if(WIN32)
#copy ffmpeg dll to the output folder
if(MSVC64 OR MINGW64)