0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Fix configuring with CMake version 4

fixes #27122
This commit is contained in:
Dan Dennedy
2025-04-02 13:45:08 -07:00
parent c8e88d8984
commit cb8030809e
12 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import logging as log
log.basicConfig(format='%(message)s', level=log.DEBUG)
CMAKE_TEMPLATE='''\
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
# Enable C++11
set(CMAKE_CXX_STANDARD 11)