summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-11 02:15:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-11 02:15:09 (GMT)
commite2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch)
tree51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmDepends.h
parentec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff)
downloadCMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.zip
CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.gz
CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.bz2
ENH: move changes from main tree
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r--Source/cmDepends.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h
index e4278a6..d6269af 100644
--- a/Source/cmDepends.h
+++ b/Source/cmDepends.h
@@ -41,7 +41,8 @@ public:
/** Set the full path to the top of the build tree. This is
the base path from which dependencies are referenced as
relative paths. */
- void SetHomeOutputDirectory(const char *dir) {this->HomeOutputDirectory = dir;};
+ void SetHomeOutputDirectory(const char *dir) {
+ this->HomeOutputDirectory = dir;};
/** should this be verbose in its output */
void SetVerbose(bool verb) { this->Verbose = verb; }