1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #22232 from tomoaki0705:dryCmake

This commit is contained in:
Alexander Alekhin
2022-07-12 18:46:56 +00:00
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ add_subdirectory(python3)
else() # standalone build
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.12.2)
project(OpenCVPython CXX C)
include("./standalone.cmake")