1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #27192 from ddennedy:cmake4

Fix configuring with CMake version 4
This commit is contained in:
Alexander Smorkalov
2025-04-16 19:05:18 +03:00
committed by GitHub
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ endif()
# =============================================================================
else() # DEFINED CMAKE_HELPER_SCRIPT
cmake_minimum_required(VERSION 2.8.12.2)
cmake_minimum_required(VERSION 3.5)
cmake_policy(SET CMP0012 NEW)
include("${CMAKE_HELPER_SCRIPT}")
include("${OpenCV_SOURCE_DIR}/cmake/OpenCVUtils.cmake")