BUG: fix bad set property code in cmake
This commit is contained in:
parent
09c49cf658
commit
29c9f1bc2b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue