Require at least CMake 2.8.4 to avoid Cygwin legacy warning.

This commit is contained in:
Andreas Schuh 2014-03-17 20:54:48 +00:00
parent c94e9bec36
commit 505686bd7a

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
# ----------------------------------------------------------------------------
# includes