diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
commit | 401922e04ba57d5672abf1cb112f79018e0e8f74 (patch) | |
tree | 8090820877bfcc6a26f39c2de0d6d2c7d1c05292 /Source/cmInstallProgramsCommand.cxx | |
parent | b22a464bcc91e813e2df573ea9c935354fa4b0f0 (diff) | |
download | CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.zip CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.gz CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.bz2 |
ENH: merge changes from main tree
Diffstat (limited to 'Source/cmInstallProgramsCommand.cxx')
-rw-r--r-- | Source/cmInstallProgramsCommand.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmInstallProgramsCommand.cxx b/Source/cmInstallProgramsCommand.cxx index 3a72810..1830c5e 100644 --- a/Source/cmInstallProgramsCommand.cxx +++ b/Source/cmInstallProgramsCommand.cxx @@ -17,7 +17,8 @@ #include "cmInstallProgramsCommand.h" // cmExecutableCommand -bool cmInstallProgramsCommand::InitialPass(std::vector<std::string> const& args) +bool cmInstallProgramsCommand +::InitialPass(std::vector<std::string> const& args) { if(args.size() < 2) { @@ -89,7 +90,8 @@ void cmInstallProgramsCommand::FinalPass() * present in the build tree. If a full path is given, it is just * returned. */ -std::string cmInstallProgramsCommand::FindInstallSource(const char* name) const +std::string cmInstallProgramsCommand +::FindInstallSource(const char* name) const { if(cmSystemTools::FileIsFullPath(name)) { |