summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-30 11:48:43 -0400
committerBrad King <brad.king@kitware.com>2020-12-15 07:00:53 -0500
commit15467f12f796205f97721f43ae7d9ee7cdc47466 (patch)
tree17fb00d71cb6698bd75a03b560faf7eeab557f6c /Source/cmMakefile.h
parent7b64b0cd5a4046bf8743c3e2d3c57cb470bfa95f (diff)
downloadcmake-15467f12f796205f97721f43ae7d9ee7cdc47466.tar.gz
cmLocalGenerator: Adopt custom target 'force' output name generation
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index cab3e17461..f18f70cb71 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -243,11 +243,6 @@ public:
bool excludeFromAll = false);
/**
- * Return the utility target output source file name.
- */
- std::string GetUtilityOutput(cmTarget* target);
-
- /**
* Dispatch adding a utility to the build. A utility target is a command
* that is run every time the target is built.
*/