opencv/cmake/OpenCVMinDepVersions.cmake
Roman Donchenko 9c01a96b14 Set minimal zlib version to 1.2.3.
Rationale: 1.2.3 was a security update, and we should avoid using
versions with known security vulnerabilities.
2013-08-22 18:17:19 +04:00

3 lines
49 B
CMake

set(MIN_VER_CMAKE 2.8.7)
set(MIN_VER_ZLIB 1.2.3)