diff options
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 18f4c8f..85bdc32 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -171,6 +171,7 @@ protected: bool HandleRelativePathCommand(std::vector<std::string> const& args); bool HandleCMakePathCommand(std::vector<std::string> const& args, bool nativePath); + bool HandleChrpathCommand(std::vector<std::string> const& args); // file(INSTALL ...) related functions bool HandleInstallCommand(std::vector<std::string> const& args); |