diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index a864074..cab3e17 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -243,9 +243,9 @@ public: bool excludeFromAll = false); /** - * Return the utility target output source file name and the CMP0049 name. + * Return the utility target output source file name. */ - cmUtilityOutput GetUtilityOutput(cmTarget* target); + std::string GetUtilityOutput(cmTarget* target); /** * Dispatch adding a utility to the build. A utility target is a command |