mirror of https://github.com/davisking/dlib.git
Increased min required cmake version to avoid warnings
from OpenCV cmake scripts.
This commit is contained in:
parent
545e42ab67
commit
ae826a408f
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
PROJECT(examples)
|
PROJECT(examples)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue