Commit 505686bd authored by Andreas Schuh's avatar Andreas Schuh

Require at least CMake 2.8.4 to avoid Cygwin legacy warning.

parent c94e9bec
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
# ----------------------------------------------------------------------------
# includes
......
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