diff options
author | Brad King <brad.king@kitware.com> | 2014-02-04 21:10:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-04 21:14:26 (GMT) |
commit | 101057b50090412bdb13b2313053b6c151d15071 (patch) | |
tree | 0b7b4a9cab4fcda57bb657c86a9421cb87402a3a /Source/cmPolicies.h | |
parent | f748b59e2057d73a25448378442d70b420ed7698 (diff) | |
download | CMake-101057b50090412bdb13b2313053b6c151d15071.zip CMake-101057b50090412bdb13b2313053b6c151d15071.tar.gz CMake-101057b50090412bdb13b2313053b6c151d15071.tar.bz2 |
Drop tweak version component from CMake Policies
Since commit v2.8.2~105^2~2 (Teach CMake Policies about tweak version
component, 2010-04-23), cmPolicies has known how to handle a policy
introduced in a tweak version. This was done back when we introduced
policies with the current development date version and later updated it
to the release version. Now we always introduce policies using the next
expected release version and explicitly set the policy to test the NEW
behavior.
CMake Policies (or any other features) should never be introduced in a
tweak (bugfix) release, so drop the infrastructure that allows this.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 42271dd..f9a4768 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -125,7 +125,6 @@ public: unsigned int majorVersionIntroduced, unsigned int minorVersionIntroduced, unsigned int patchVersionIntroduced, - unsigned int tweakVersionIntroduced, cmPolicies::PolicyStatus status); ///! Set a policy level for this listfile |