diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index f3714cb..4c99df1 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -132,7 +132,8 @@ public: /** * Help enforce global target name uniqueness. */ - bool EnforceUniqueName(std::string const& name, std::string& msg); + bool EnforceUniqueName(std::string const& name, std::string& msg, + bool isCustom = false); /** * Perform FinalPass, Library dependency analysis etc before output of the |