mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
ERR: Fixed typo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user