mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Removed obsolete CMake workaround.
This commit is contained in:
parent
36874300c8
commit
e57407849a
@ -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…
Reference in New Issue
Block a user