Commit ae826a40 authored by Davis King's avatar Davis King

Increased min required cmake version to avoid warnings

from OpenCV cmake scripts.
parent 545e42ab
......@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8)
PROJECT(examples)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment