ERR: Fixed typo.

This commit is contained in:
Brad King 2004-06-18 13:00:38 -04:00
parent 06cfe37e22
commit 0fec8c8ce9
1 changed files with 1 additions and 1 deletions

View File

@ -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;