mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
Fix line lengths
This commit is contained in:
parent
82ed104dcb
commit
a267b99cd6
@ -524,7 +524,8 @@ void cmake::ReadListFile(const char *path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Parse the args
|
// 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;
|
bool directoriesSet = directoriesSetBefore;
|
||||||
for(unsigned int i=1; i < args.size(); ++i)
|
for(unsigned int i=1; i < args.size(); ++i)
|
||||||
|
@ -212,7 +212,8 @@ class cmake
|
|||||||
bool CommandExists(const char* name) const;
|
bool CommandExists(const char* name) const;
|
||||||
|
|
||||||
///! Parse command line arguments
|
///! 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
|
///! Is this cmake running as a result of a TRY_COMPILE command
|
||||||
bool GetIsInTryCompile() { return this->InTryCompile; }
|
bool GetIsInTryCompile() { return this->InTryCompile; }
|
||||||
|
Loading…
Reference in New Issue
Block a user