summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-10-22 18:01:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-10-22 18:01:49 (GMT)
commit5765fbbb8803047850194d1498e573b78bcf50eb (patch)
tree5123ac97c31e2f1483aa7c1f5a17440cb6308c75 /Source
parentcc6f53b61f59d6f3ac92e9af14710d4bd700d4ba (diff)
downloadCMake-5765fbbb8803047850194d1498e573b78bcf50eb.zip
CMake-5765fbbb8803047850194d1498e573b78bcf50eb.tar.gz
CMake-5765fbbb8803047850194d1498e573b78bcf50eb.tar.bz2
ENH: fix spelling error
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGenerator.cxx2
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;