summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-29 16:10:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-29 16:10:47 (GMT)
commit2421c11a98e132a8972b2269a97b73921c74d194 (patch)
treef74bdb576496be6f2d191192603fc8b6e1a98b70 /Source
parent50c187903d4cc676ae585a73e4dbcae147b76906 (diff)
downloadCMake-2421c11a98e132a8972b2269a97b73921c74d194.zip
CMake-2421c11a98e132a8972b2269a97b73921c74d194.tar.gz
CMake-2421c11a98e132a8972b2269a97b73921c74d194.tar.bz2
BUG: move this back out of the if statemtn
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 0a03028..88f5e80 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1668,8 +1668,8 @@ void cmLocalGenerator::AddLanguageFlags(std::string& flags,
flags += " -isysroot ";
flags += sysroot;
}
- this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
}
+ this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
}
//----------------------------------------------------------------------------