Changed mimimum required CMake version from 2.8 to 2.8.1

This commit is contained in:
Steve King 2010-09-06 11:46:46 -07:00
commit f99f27e8ff
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Tell cmake our project only concerns the D language.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.1)
# We must explicitly indicate we're using the D language
# in the project declaration. Listing other languages