diff options
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 542410f..39ef100 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -159,7 +159,8 @@ protected: bool HandleRelativePathCommand(std::vector<std::string> const& args); bool HandleCMakePathCommand(std::vector<std::string> const& args, bool nativePath); - void ComputeVersionedName(std::string& name, const char* version); + void ComputeVersionedLibName(std::string& name, const char* version); + void ComputeVersionedExeName(std::string& name, const char* version); // FILE(INSTALL ...) related functions bool HandleInstallCommand(std::vector<std::string> const& args); |