Commit e5740784 authored by Roman Donchenko's avatar Roman Donchenko

Removed obsolete CMake workaround.

parent 36874300
......@@ -199,8 +199,3 @@ if(WITH_OPENEXR)
set(HAVE_OPENEXR YES)
endif()
#cmake 2.8.2 bug - it fails to determine zlib version
if(ZLIB_FOUND)
ocv_parse_header2(ZLIB "${ZLIB_INCLUDE_DIR}/zlib.h" ZLIB_VERSION)
endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment