Skip to content

Commit c253f72

Browse files
committed
Align cmake min version across the project
1 parent 5259d8c commit c253f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/cmake/common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

5-
cmake_minimum_required(VERSION 3.11)
5+
cmake_minimum_required(VERSION 3.26)
66

77
macro(add_test)
88
set(oneValueArgs NAME OPENCV_VERSION_REQUIRED)

0 commit comments

Comments
 (0)