This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
opencv
mirror of
https://github.com/opencv/opencv.git
Watch
8
Star
0
Fork
You've already forked opencv
0
Code
Issues
Projects
Releases
Wiki
Activity
Open Source Computer Vision Library
https://opencv.org/
13520
Commits
6
Branches
128
Tags
3.0 GiB
Tree:
ab2749d648
opencv
/
cmake
/
OpenCVMinDepVersions.cmake
5 lines
95 B
Raw
Normal View
History
Unescape
Escape
Bumped minimal CMake version to 2.8.7.
12 years ago
set
(
MIN_VER_CMAKE
2.8.7
)
Move the minimal CUDA version into the minimal version list.
12 years ago
set
(
MIN_VER_CUDA
4.2
)
Bumped minimal Python version to 2.6. Rationale: we already depend on it (e.g. some scripts use print_function).
12 years ago
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.
12 years ago
set
(
MIN_VER_ZLIB
1.2.3
)