mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Move GetCompileDefinitions to cmTarget.
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user