diff options
author | Brad King <brad.king@kitware.com> | 2004-06-18 17:00:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-06-18 17:00:38 (GMT) |
commit | 0fec8c8ce9ebcd04750418289fbdf97e25764b6e (patch) | |
tree | feb77d96294e51ce8895797863e9f5057d2fd694 /Source/cmLocalUnixMakefileGenerator.cxx | |
parent | 06cfe37e220e0df6468ca65d2225d213cbb464c4 (diff) | |
download | CMake-0fec8c8ce9ebcd04750418289fbdf97e25764b6e.zip CMake-0fec8c8ce9ebcd04750418289fbdf97e25764b6e.tar.gz CMake-0fec8c8ce9ebcd04750418289fbdf97e25764b6e.tar.bz2 |
ERR: Fixed typo.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 5da812c..29762b7 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -2498,7 +2498,7 @@ void cmLocalUnixMakefileGenerator::OutputMakeVariables(std::ostream& fout) // CMake versions below 2.0 would add the source tree to the -I path // automatically. Preserve compatibility. const char* versionValue = - this->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY"); + m_Makefile->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY"); if(versionValue) { int major = 0; |