diff options
author | Brad King <brad.king@kitware.com> | 2009-01-07 19:16:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-01-07 19:16:35 (GMT) |
commit | f074d9f571d6dfab29c5fb097d7fa6a2236ff4af (patch) | |
tree | 96d33e8f3dd644bb63194c096bbb4e70e8986c1b /Source/cmFileCommand.h | |
parent | 254782ed7607db23bf65acc780f6c014eb16985c (diff) | |
download | CMake-f074d9f571d6dfab29c5fb097d7fa6a2236ff4af.zip CMake-f074d9f571d6dfab29c5fb097d7fa6a2236ff4af.tar.gz CMake-f074d9f571d6dfab29c5fb097d7fa6a2236ff4af.tar.bz2 |
ENH: Add undocumented file(DIFFERENT) command
This new command will be used by generated installation scripts to
determine whether an already-installed export file has changed.
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 35718a7..656ad96 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -172,6 +172,7 @@ protected: bool HandleRPathChangeCommand(std::vector<std::string> const& args); bool HandleRPathCheckCommand(std::vector<std::string> const& args); bool HandleRPathRemoveCommand(std::vector<std::string> const& args); + bool HandleDifferentCommand(std::vector<std::string> const& args); // file(INSTALL ...) related functions bool HandleInstallCommand(std::vector<std::string> const& args); |