summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-23 18:16:21 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-23 18:16:21 (GMT)
commit8769444beb9686c8214589d447381ce8686284e9 (patch)
treef668cbaef2559662203f7673f19c0477deac87b5 /Source/cmGlobalXCodeGenerator.cxx
parentd21dc588efaa7b54ab37635747a3086513bfaa5b (diff)
downloadCMake-8769444beb9686c8214589d447381ce8686284e9.zip
CMake-8769444beb9686c8214589d447381ce8686284e9.tar.gz
CMake-8769444beb9686c8214589d447381ce8686284e9.tar.bz2
BUG: Revert previous change until it works on all OSX versions.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index f8cb310..d02fe26 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2015,7 +2015,7 @@ void cmGlobalXCodeGenerator
// Loop over all library dependencies.
const cmTarget::LinkLibraryVectorType& tlibs =
- cmtarget->GetOriginalLinkLibraries();
+ cmtarget->GetLinkLibraries();
for(cmTarget::LinkLibraryVectorType::const_iterator lib = tlibs.begin();
lib != tlibs.end(); ++lib)
{