diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index a567f83..ec994f5 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -385,6 +385,7 @@ void cmMakefile::ConfigureFinalPass() bool oldVersion = (!versionValue || atof(versionValue) < 1.4); // merge libraries + std::string notFoundVars; for (cmTargets::iterator l = m_Targets.begin(); l != m_Targets.end(); l++) { |