1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

build: raise min cmake version to 3.13 in other places

This commit is contained in:
Maksim Shabunin
2024-10-29 17:17:27 +03:00
parent 66a29b422c
commit e44e3ab0a7
23 changed files with 24 additions and 32 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ add_subdirectory(python3)
else() # standalone build
cmake_minimum_required(VERSION 2.8.12.2)
cmake_minimum_required(VERSION 3.13)
project(OpenCVPython CXX C)
include("./standalone.cmake")