diff options
author | Brad King <brad.king@kitware.com> | 2009-06-19 21:09:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-06-19 21:09:36 (GMT) |
commit | b4b52451aeb5f63d47eff4d3812dfef68ada3a20 (patch) | |
tree | fa72bcc2a42ebb4cd54f6a321f076dad1d1bb698 /Modules/Platform/Linux-PGI-Fortran.cmake | |
parent | 1beb41a89877f569161009bf71e8d5242bddea7c (diff) | |
download | CMake-b4b52451aeb5f63d47eff4d3812dfef68ada3a20.zip CMake-b4b52451aeb5f63d47eff4d3812dfef68ada3a20.tar.gz CMake-b4b52451aeb5f63d47eff4d3812dfef68ada3a20.tar.bz2 |
BUG: Look in arch-specific HPUX implicit link dirs
On HP-UX machines some system libraries appear in architecture-specific
implicit linker search paths. We need to add these paths to our system
library search path. However, at the time we construct the search path
we do not know the target architecture.
A full solution requires re-organizing platform configuration files so
that the target architecture can be known when needed. Until that
happens we can avoid the problem by searching in both 32-bit and 64-bit
implicit link directories. By telling CMake that they are implicit
directories the generated link lines will never pass the paths, leaving
the linker free to find the library of the proper architecture even if
the find_library call finds the wrong one.
Diffstat (limited to 'Modules/Platform/Linux-PGI-Fortran.cmake')
0 files changed, 0 insertions, 0 deletions