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
parent 688f24ea57
commit f99f27e8ff
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# #
# See Copyright.txt for details. # See Copyright.txt for details.
# #
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.1)
PROJECT (cmaked NONE) PROJECT (cmaked NONE)
SET (MOD_SRCS SET (MOD_SRCS

View file

@ -1,5 +1,5 @@
# Tell cmake our project only concerns the D language. # 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 # We must explicitly indicate we're using the D language
# in the project declaration. Listing other languages # in the project declaration. Listing other languages