mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Move property definition to cmState.
This commit is contained in:
@@ -867,7 +867,7 @@ void CCONV DefineSourceFileProperty (void *arg, const char *name,
|
||||
int chained)
|
||||
{
|
||||
cmMakefile *mf = static_cast<cmMakefile *>(arg);
|
||||
mf->GetCMakeInstance()->DefineProperty(name,cmProperty::SOURCE_FILE,
|
||||
mf->GetState()->DefineProperty(name,cmProperty::SOURCE_FILE,
|
||||
briefDocs, longDocs,
|
||||
chained != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user