summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-06-27 06:45:26 +0900
committerBrad King <brad.king@kitware.com>2021-06-29 11:07:14 -0400
commit7cb4ad7e3990c879088b7573d136509989ed3f5b (patch)
treea3cc9052669cd23ef851b42664f8e7e306616bef /Source/cmGlobalUnixMakefileGenerator3.h
parent23af78bb78b924b52b180049eb2ce62a4339251e (diff)
downloadcmake-7cb4ad7e3990c879088b7573d136509989ed3f5b.tar.gz
cmGlobalCommonGenerator: Adopt GetEditCacheCommand
Move the implementation from the Makefile generator so it can be later used by the Ninja generator too.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 3073f72ffb..94ee47633b 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -277,7 +277,6 @@ protected:
private:
const char* GetBuildIgnoreErrorsFlag() const override { return "-i"; }
- std::string GetEditCacheCommand() const override;
std::map<cmStateSnapshot, std::set<cmGeneratorTarget const*>,
cmStateSnapshot::StrictWeakOrder>