diff options
author | Brad King <brad.king@kitware.com> | 2015-09-22 14:46:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-22 14:46:57 (GMT) |
commit | 4be709a6b715acb4100fceb4394ad5215d8b555b (patch) | |
tree | ab6ee115b5d053d0e012b0d2b1292cf7ae25bf4c /Source | |
parent | f1365f32064d6e56c1cbdf27bb18b9c7a8490330 (diff) | |
parent | 402bf096ec4aac75af096c3708ce51efaf4589d0 (diff) | |
download | CMake-4be709a6b715acb4100fceb4394ad5215d8b555b.zip CMake-4be709a6b715acb4100fceb4394ad5215d8b555b.tar.gz CMake-4be709a6b715acb4100fceb4394ad5215d8b555b.tar.bz2 |
Merge topic 'fix-policy-CMP0064-version'
402bf096 CMP0064: Fix recorded version of introduction to be 3.4
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index a791b89..b20c7a9 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -220,7 +220,7 @@ class cmPolicy; 3, 3, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0064, \ "Support new TEST if() operator.", \ - 3, 3, 0, cmPolicies::WARN) + 3, 4, 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) #define CM_FOR_EACH_POLICY_ID(POLICY) \ |