summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-06 20:08:03 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-03-06 20:08:03 (GMT)
commit5588ed47fce7071b568914ceb0c4cfedb35195b7 (patch)
treebf95919b26014eacf1560d9d7116ff36fbcf9eec /Source/cmPolicies.cxx
parent385377cf1cca1d3cd9b1d3e318f43f0becf531cc (diff)
downloadCMake-5588ed47fce7071b568914ceb0c4cfedb35195b7.zip
CMake-5588ed47fce7071b568914ceb0c4cfedb35195b7.tar.gz
CMake-5588ed47fce7071b568914ceb0c4cfedb35195b7.tar.bz2
BUG: change in handling of cmake_minimum_required
Diffstat (limited to 'Source/cmPolicies.cxx')
-rw-r--r--Source/cmPolicies.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index f5e8ff9..0f9c05f 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -120,7 +120,7 @@ cmPolicies::cmPolicies()
"In CMake 2.2 and later the default behavior is that it will "
"configure the file right when the command is invoked."
,
- 2,2,0, cmPolicies::NEW);
+ 2,6,0, cmPolicies::NEW);
// this->PolicyStringMap["CMP_CONFIGURE_FILE_IMMEDIATE"] = CMP_0003;
}