mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
cmGlobalVisualStudio8Generator: Remove unused Configure method override
It has not been needed since commit c85367f408 (VS: Compute project
GUIDs deterministically, 2015-06-02, v3.4.0-rc1~496^2)
This commit is contained in:
@@ -225,11 +225,6 @@ std::string cmGlobalVisualStudio8Generator::GetGenerateStampList()
|
||||
return "generate.stamp.list";
|
||||
}
|
||||
|
||||
void cmGlobalVisualStudio8Generator::Configure()
|
||||
{
|
||||
this->cmGlobalVisualStudio7Generator::Configure();
|
||||
}
|
||||
|
||||
bool cmGlobalVisualStudio8Generator::UseFolderProperty() const
|
||||
{
|
||||
// NOLINTNEXTLINE(bugprone-parent-virtual-call)
|
||||
|
||||
@@ -40,12 +40,6 @@ public:
|
||||
cm::optional<std::string> const& GetTargetFrameworkIdentifier() const;
|
||||
cm::optional<std::string> const& GetTargetFrameworkTargetsVersion() const;
|
||||
|
||||
/**
|
||||
* Override Configure and Generate to add the build-system check
|
||||
* target.
|
||||
*/
|
||||
void Configure() override;
|
||||
|
||||
/** Return true if the target project file should have the option
|
||||
LinkLibraryDependencies and link to .sln dependencies. */
|
||||
bool NeedLinkLibraryDependencies(cmGeneratorTarget* target) override;
|
||||
|
||||
Reference in New Issue
Block a user