summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-03-26 14:36:07 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2013-03-26 14:36:07 -0400
commit0261bdfc1d041d949f96c4ebdd83f139d7338d71 (patch)
treef0d94a5a4ead121a020ca39195acaed09962c0c7 /Source/cmMakefileTargetGenerator.cxx
parent2fcb06039daa4492c05fa346465028ea0b3d4eff (diff)
parent1703b00c7fc34f473e84f4ba29bdc73476637005 (diff)
downloadcmake-0261bdfc1d041d949f96c4ebdd83f139d7338d71.tar.gz
Merge topic 'fix-COMPILE_DEFINITIONS-config'
1703b00 Test evaluation of per-config COMPILE_DEFINITIONS (#14037) a6286e9 Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 922adc697b..4220ae1486 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -303,9 +303,6 @@ std::string cmMakefileTargetGenerator::GetDefines(const std::string &l)
// Add preprocessor definitions for this target and configuration.
this->LocalGenerator->AppendDefines
- (defines, this->Target->GetCompileDefinitions());
-
- this->LocalGenerator->AppendDefines
(defines, this->Target->GetCompileDefinitions(
this->LocalGenerator->ConfigurationName.c_str()));