diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-22 18:01:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-22 18:01:49 (GMT) |
commit | 5765fbbb8803047850194d1498e573b78bcf50eb (patch) | |
tree | 5123ac97c31e2f1483aa7c1f5a17440cb6308c75 /Source/cmLocalGenerator.cxx | |
parent | cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba (diff) | |
download | CMake-5765fbbb8803047850194d1498e573b78bcf50eb.zip CMake-5765fbbb8803047850194d1498e573b78bcf50eb.tar.gz CMake-5765fbbb8803047850194d1498e573b78bcf50eb.tar.bz2 |
ENH: fix spelling error
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 1e9c55a..5586ff5 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1945,7 +1945,7 @@ void cmLocalGenerator::AddLanguageFlags(std::string& flags, if(archs.size() == 1) { const char* archOrig = - this->Makefile->GetSafeDefinition("CMAKE_OSX_ARCHITECTURE_DEFAULT"); + this->Makefile->GetSafeDefinition("CMAKE_OSX_ARCHITECTURES_DEFAULT"); if(archs[0] == archOrig) { addArchFlag = false; |