diff options
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r-- | Source/cmInstallCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 4978059..0b7c95f 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -346,6 +346,7 @@ private: bool MakeFilesFullPath(const char* modeName, const std::vector<std::string>& relFiles, std::vector<std::string>& absFiles); + bool CheckCMP0006(bool& failure); }; |