This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-12-04 08:49:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c6ab8cb6ee
opencv
/
cmake
/
OpenCVMinDepVersions.cmake
4 lines
73 B
CMake
Raw
Normal View
History
Unescape
Escape
Bumped minimal CMake version to 2.8.7.
2013-07-22 17:29:07 +08:00
set
(
MIN_VER_CMAKE
2.8.7
)
Bumped minimal Python version to 2.6. Rationale: we already depend on it (e.g. some scripts use print_function).
2013-08-23 22:31:51 +08:00
set
(
MIN_VER_PYTHON
2.6
)
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 22:06:07 +08:00
set
(
MIN_VER_ZLIB
1.2.3
)
Reference in New Issue
Copy Permalink