BUG: fix bad set property code in cmake

This commit is contained in:
Ken Martin 2007-10-30 10:57:09 -04:00
parent 09c49cf658
commit 29c9f1bc2b
1 changed files with 1 additions and 1 deletions

View File

@ -3125,7 +3125,7 @@ void cmake::SetProperty(const char* prop, const char* value)
value = "NOTFOUND";
}
this->Properties.SetProperty(prop, value, cmProperty::TARGET);
this->Properties.SetProperty(prop, value, cmProperty::GLOBAL);
}
const char *cmake::GetProperty(const char* prop)