From 96fd5909d9dd1ffe740230ce652d574cd01c62d5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 22 Jan 2008 09:13:04 -0500 Subject: ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832 - This is purely an implementation improvement. No interface has changed. - Create cmComputeLinkInformation class - Move and re-implement logic from: cmLocalGenerator::ComputeLinkInformation cmOrderLinkDirectories - Link libraries to targets with their full path (if it is known) - Dirs specified with link_directories command still added with -L - Make link type specific to library names without paths (name libfoo.a without path becomes -Wl,-Bstatic -lfoo) - Make directory ordering specific to a runtime path computation feature (look for conflicting SONAMEs instead of library names) - Implement proper rpath support on HP-UX and AIX. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index c0184b6d45..114466ffa6 100755 --- a/bootstrap +++ b/bootstrap @@ -167,7 +167,7 @@ CMAKE_CXX_SOURCES="\ cmDocumentVariables \ cmCacheManager \ cmListFileCache \ - cmOrderLinkDirectories \ + cmComputeLinkInformation \ " if ${cmake_system_mingw}; then -- cgit v1.2.1