summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-10-06 19:00:52 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-10-06 19:00:52 (GMT)
commita267b99cd64a17781bf7af3fd6b53a4acb9c10ff (patch)
tree1d76472a48aec60aec7756ea4c255ceefa7c1576 /Source/cmake.h
parent82ed104dcb7d380e23fecfb4e7911f5eab093436 (diff)
downloadCMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.zip
CMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.tar.gz
CMake-a267b99cd64a17781bf7af3fd6b53a4acb9c10ff.tar.bz2
Fix line lengths
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 36c0f4a..9001748 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -212,7 +212,8 @@ class cmake
bool CommandExists(const char* name) const;
///! Parse command line arguments
- void SetArgs(const std::vector<std::string>&, bool directoriesSetBefore = false);
+ void SetArgs(const std::vector<std::string>&,
+ bool directoriesSetBefore = false);
///! Is this cmake running as a result of a TRY_COMPILE command
bool GetIsInTryCompile() { return this->InTryCompile; }