Jelajahi Sumber

ERR: Fixed typo.

Brad King 21 tahun lalu
induk
melakukan
0fec8c8ce9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 1 - 1
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
   // CMake versions below 2.0 would add the source tree to the -I path
   // automatically.  Preserve compatibility.
   // automatically.  Preserve compatibility.
   const char* versionValue =
   const char* versionValue =
-    this->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY");
+    m_Makefile->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY");
   if(versionValue)
   if(versionValue)
     {
     {
     int major = 0;
     int major = 0;