diff options
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; } |