summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallProgramsCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-11 20:05:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-11 20:05:58 (GMT)
commit401922e04ba57d5672abf1cb112f79018e0e8f74 (patch)
tree8090820877bfcc6a26f39c2de0d6d2c7d1c05292 /Source/cmInstallProgramsCommand.cxx
parentb22a464bcc91e813e2df573ea9c935354fa4b0f0 (diff)
downloadCMake-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.cxx6
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))
{