Move GetCompileDefinitions to cmTarget.

This commit is contained in:
Stephen Kelly
2012-12-26 03:40:49 +01:00
committed by Brad King
parent 21fc6c46df
commit 0e10782ba7
11 changed files with 47 additions and 51 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ void cmExtraCodeBlocksGenerator::AppendTarget(cmGeneratedFileStream& fout,
->GetGeneratorTarget(target);
// the compilerdefines for this target
std::string cdefs = gtgt->GetCompileDefinitions();
std::string cdefs = target->GetCompileDefinitions();
if(!cdefs.empty())
{