summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalCommonGenerator.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-06-26 21:45:26 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-29 14:39:15 (GMT)
commit23af78bb78b924b52b180049eb2ce62a4339251e (patch)
tree2b3844f71a9a4593fe73b000439ebd05194ec56e /Source/cmGlobalCommonGenerator.h
parent1db4d7462808e9af5e2a6de029943d51a521f52c (diff)
downloadCMake-23af78bb78b924b52b180049eb2ce62a4339251e.zip
CMake-23af78bb78b924b52b180049eb2ce62a4339251e.tar.gz
CMake-23af78bb78b924b52b180049eb2ce62a4339251e.tar.bz2
cmGlobalCommonGenerator: Adopt GetEditCacheTargetName
The implementation is the same for both Makefile and Ninja generators.
Diffstat (limited to 'Source/cmGlobalCommonGenerator.h')
-rw-r--r--Source/cmGlobalCommonGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalCommonGenerator.h b/Source/cmGlobalCommonGenerator.h
index 21cfd11..c641240 100644
--- a/Source/cmGlobalCommonGenerator.h
+++ b/Source/cmGlobalCommonGenerator.h
@@ -45,4 +45,5 @@ public:
protected:
virtual bool SupportsDirectConsole() const { return true; }
+ const char* GetEditCacheTargetName() const override { return "edit_cache"; }
};