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-11-29 13:47:32 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
926cab2baa
opencv
/
cmake
/
OpenCVMinDepVersions.cmake
5 lines
95 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
)
Move the minimal CUDA version into the minimal version list.
2013-10-21 21:39:38 +08:00
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).
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