Removed obsolete CMake workaround.

pull/1238/head
Roman Donchenko 12 years ago
parent 36874300c8
commit e57407849a
  1. 5
      cmake/OpenCVFindLibsGrfmt.cmake

@ -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()

Loading…
Cancel
Save