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

Suppressed MSVC warnings in zlib

This commit is contained in:
Andrey Kamaev
2012-02-22 20:22:29 +00:00
parent 23c2275449
commit d40721e5c0
+4 -5
View File
@@ -10,11 +10,6 @@ include(CheckFunctionExists)
include(CheckIncludeFile)
include(CheckCSourceCompiles)
include(CheckTypeSize)
include(CheckFunctionExists)
include(CheckIncludeFile)
include(CheckCSourceCompiles)
#
# Check to see if we have large file support
#
@@ -89,6 +84,10 @@ if(UNIX)
endif()
endif()
if(MSVC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4013")
endif()
set_target_properties(${the_target} PROPERTIES
OUTPUT_NAME "${the_target}"
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"