We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e6e05e + 92f182b commit 174cb06Copy full SHA for 174cb06
CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
18
include(cmake/OpenCVMinDepVersions.cmake)
19
20
if(CMAKE_GENERATOR MATCHES Xcode AND XCODE_VERSION VERSION_GREATER 4.3)
21
- cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
+ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
22
elseif(CMAKE_SYSTEM_NAME MATCHES WindowsPhone OR CMAKE_SYSTEM_NAME MATCHES WindowsStore)
23
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
24
#Required to resolve linker error issues due to incompatibility with CMake v3.0+ policies.
cmake/OpenCVMinDepVersions.cmake
@@ -1,4 +1,4 @@
1
-set(MIN_VER_CMAKE 2.8.7)
+set(MIN_VER_CMAKE 2.8.12.2)
2
set(MIN_VER_CUDA 6.5)
3
set(MIN_VER_PYTHON2 2.6)
4
set(MIN_VER_PYTHON3 3.2)
0 commit comments