build: suppress the warning

DRY
bump the version
This commit is contained in:
Tomoaki Teshima
2022-07-12 19:42:39 +09:00
parent 70492c2127
commit 87ef6a9cc1
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")