mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'remove-old-compatibility'
77f71ad4e2Remove compatibility with CMake versions older than 3.5fb1bd1d330CMP0065: Remove support for OLD behaviord9dd38cccfCMP0064: Remove support for OLD behaviord88047c329Remove compatibility with CMake versions older than 3.3ac1a9cb160CMP0063: Remove support for OLD behavior36fffb673aCMP0062: Remove support for OLD behavior789a7d73d4CMP0061: Remove support for OLD behavior3dc19e24cbCMP0060: Remove support for OLD behavior ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10210
This commit is contained in:
@@ -420,8 +420,6 @@ public:
|
||||
cmMakefile* Makefile;
|
||||
};
|
||||
|
||||
bool IgnoreErrorsCMP0061() const;
|
||||
|
||||
std::string const& GetHomeDirectory() const;
|
||||
std::string const& GetHomeOutputDirectory() const;
|
||||
|
||||
@@ -1011,8 +1009,6 @@ public:
|
||||
|
||||
cmStateSnapshot GetStateSnapshot() const;
|
||||
|
||||
const char* GetDefineFlagsCMP0059() const;
|
||||
|
||||
void EnforceDirectoryLevelRules() const;
|
||||
|
||||
void AddEvaluationFile(
|
||||
@@ -1139,9 +1135,6 @@ protected:
|
||||
std::string ComplainFileRegularExpression;
|
||||
std::string DefineFlags;
|
||||
|
||||
// Track the value of the computed DEFINITIONS property.
|
||||
std::string DefineFlagsOrig;
|
||||
|
||||
#if !defined(CMAKE_BOOTSTRAP)
|
||||
std::vector<cmSourceGroup> SourceGroups;
|
||||
size_t ObjectLibrariesSourceGroupIndex;
|
||||
|
||||
Reference in New Issue
Block a user