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
@@ -1,5 +1,5 @@
# cmake needs this line
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12.2)
# Define project name
project(opencv_example_project)