diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-04-28 18:59:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-08 17:24:49 (GMT) |
commit | 25102efc1db1e0d165ebe5e4eaef33b8206d9d3e (patch) | |
tree | 4969ed0933a06d05a8d4b9b0ba903ba43d15009d /Source/cmPolicies.cxx | |
parent | e423f1c05d6d11483deb7acd135623df8de45655 (diff) | |
download | CMake-25102efc1db1e0d165ebe5e4eaef33b8206d9d3e.zip CMake-25102efc1db1e0d165ebe5e4eaef33b8206d9d3e.tar.gz CMake-25102efc1db1e0d165ebe5e4eaef33b8206d9d3e.tar.bz2 |
EVIS: Add policy CMP0053
This policy switches between the old EVIS parser and the new, faster
parser.
Diffstat (limited to 'Source/cmPolicies.cxx')
-rw-r--r-- | Source/cmPolicies.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 309f280..693945d 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -354,6 +354,11 @@ cmPolicies::cmPolicies() "Reject source and build dirs in installed " "INTERFACE_INCLUDE_DIRECTORIES.", 3,1,0, cmPolicies::WARN); + + this->DefinePolicy( + CMP0053, "CMP0053", + "Simplify variable reference and escape sequence evaluation.", + 3,1,0, cmPolicies::WARN); } cmPolicies::~cmPolicies() |