STYLE: Fixed line-too-long.
This commit is contained in:
parent
f143856371
commit
99dfcc05ef
|
@ -1816,7 +1816,8 @@ int cmake::HandleDeleteCacheVariables(const char* var)
|
||||||
int cmake::Configure()
|
int cmake::Configure()
|
||||||
{
|
{
|
||||||
int ret = this->ActualConfigure();
|
int ret = this->ActualConfigure();
|
||||||
const char* delCacheVars = this->GetProperty("__CMAKE_DELETE_CACHE_CHANGE_VARS_");
|
const char* delCacheVars =
|
||||||
|
this->GetProperty("__CMAKE_DELETE_CACHE_CHANGE_VARS_");
|
||||||
if(delCacheVars && delCacheVars[0] != 0)
|
if(delCacheVars && delCacheVars[0] != 0)
|
||||||
{
|
{
|
||||||
return this->HandleDeleteCacheVariables(delCacheVars);
|
return this->HandleDeleteCacheVariables(delCacheVars);
|
||||||
|
|
Loading…
Reference in New Issue