diff options
author | Brad King <brad.king@kitware.com> | 2020-10-30 15:48:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-15 12:00:53 (GMT) |
commit | 15467f12f796205f97721f43ae7d9ee7cdc47466 (patch) | |
tree | 17fb00d71cb6698bd75a03b560faf7eeab557f6c /Source/cmMakefile.h | |
parent | 7b64b0cd5a4046bf8743c3e2d3c57cb470bfa95f (diff) | |
download | CMake-15467f12f796205f97721f43ae7d9ee7cdc47466.zip CMake-15467f12f796205f97721f43ae7d9ee7cdc47466.tar.gz CMake-15467f12f796205f97721f43ae7d9ee7cdc47466.tar.bz2 |
cmLocalGenerator: Adopt custom target 'force' output name generation
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index cab3e17..f18f70c 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. */ |