diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-06 20:08:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-06 20:08:03 (GMT) |
commit | 5588ed47fce7071b568914ceb0c4cfedb35195b7 (patch) | |
tree | bf95919b26014eacf1560d9d7116ff36fbcf9eec /Source/cmPolicies.cxx | |
parent | 385377cf1cca1d3cd9b1d3e318f43f0becf531cc (diff) | |
download | CMake-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.cxx | 2 |
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; } |