Move property definition to cmState.

This commit is contained in:
Stephen Kelly
2015-04-04 23:33:26 +02:00
parent 62c5e6f1a1
commit b159bff732
12 changed files with 87 additions and 97 deletions
+1 -1
View File
@@ -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);
}