mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 14:00:40 -05:00
BUG: fix bad set property code in cmake
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user