diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-10-06 19:00:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-10-06 19:00:52 (GMT) |
commit | a267b99cd64a17781bf7af3fd6b53a4acb9c10ff (patch) | |
tree | 1d76472a48aec60aec7756ea4c255ceefa7c1576 /Source/cmake.cxx | |
parent | 82ed104dcb7d380e23fecfb4e7911f5eab093436 (diff) | |
download | CMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.zip CMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.tar.gz CMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.tar.bz2 |
Fix line lengths
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 845ab9b..37373ae 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -524,7 +524,8 @@ void cmake::ReadListFile(const char *path) } // Parse the args -void cmake::SetArgs(const std::vector<std::string>& args, bool directoriesSetBefore) +void cmake::SetArgs(const std::vector<std::string>& args, + bool directoriesSetBefore) { bool directoriesSet = directoriesSetBefore; for(unsigned int i=1; i < args.size(); ++i) |