summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-13 19:48:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-13 22:16:20 (GMT)
commit20b95ef8c83fbcb7705e72c85c9de18ff420562f (patch)
tree7241038f255ebe43bd6fefd8e2efd7533ae3167d /Source/cmGlobalUnixMakefileGenerator3.cxx
parent841164cb36650574a1a7363c78e4cdf28d5d37fd (diff)
downloadCMake-20b95ef8c83fbcb7705e72c85c9de18ff420562f.zip
CMake-20b95ef8c83fbcb7705e72c85c9de18ff420562f.tar.gz
CMake-20b95ef8c83fbcb7705e72c85c9de18ff420562f.tar.bz2
cmState: Initialize default definitions immediately.
Don't leave this as cmMakefile responsibility.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 218e702..41df270 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -589,6 +589,7 @@ void cmGlobalUnixMakefileGenerator3
(this->CMakeInstance->GetHomeDirectory());
snapshot.GetDirectory().SetCurrentBinary
(this->CMakeInstance->GetHomeOutputDirectory());
+ snapshot.SetDefaultDefinitions();
mf = new cmMakefile(this, snapshot);
}