MantisBT - CMake
View Issue Details
0008330CMakeCMakepublic2008-12-25 00:252009-03-10 17:45
James Richard Tyrer 
Alex Neundorf 
normalminoralways
closedno change required 
CMake-2-6 
 
0008330: CMake finds links to dependencies rather than the actual location
I have some links on my system to libraries which the GNU Autobuild system for some builds can't find in the location where I have them.

For example X11 is installed in /usr/X11R7/. Some apps/libraries look for it in /usr/X11R6/, so I have that link. Most builds use the actual directory: /usr/X11R7/ although they must find it with the link. However, KDE stuff that uses CMake finds the link and uses the link.

It appears to me that when finding a library through a link that CMake should then determine the actual directory and use that actual location rather than the link to it.
No tags attached.
Issue History
2008-12-25 00:25James Richard TyrerNew Issue
2009-01-07 14:29Bill HoffmanStatusnew => assigned
2009-01-07 14:29Bill HoffmanAssigned To => Alex Neundorf
2009-01-07 17:01Alex NeundorfNote Added: 0014479
2009-03-10 17:45Alex NeundorfNote Added: 0015625
2009-03-10 17:45Alex NeundorfStatusassigned => closed
2009-03-10 17:45Alex NeundorfResolutionopen => no change required

Notes
(0014479)
Alex Neundorf   
2009-01-07 17:01   
Hmm, why should it ? Do you have any problems with that ?

Alex
(0015625)
Alex Neundorf   
2009-03-10 17:45   
I didn't understand what the problem is, so I don't think anything has to be done.

Alex