Enforce the use of Cmake 2.8
This commit is contained in:
parent
6b3088346b
commit
57754b4ac8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 2.6)
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
include (CheckFunctionExists)
|
||||
include (CheckCSourceCompiles)
|
||||
|
|
Loading…
Reference in a new issue