[Cmake] BUG in FIND_LIBRARY?

David Svoboda xsvobod2 at informatics.muni.cz
Mon, 23 Feb 2004 15:00:36 +0100


Hello,

I found out a strange behaviour of FIND_LIBRARY command. It is caused in
UNIX like systems and looks like this:

FIND_LIBRARY(MY_LIB
=09NAMES mylibrary
=09PATHS ${any_path})

If the path 'any_path' is path, which contains symbolic links, the result
in MY_LIB variable is finally set to contain the hard links only. Well, it
gives true results, but as for me, it is not correct result.


David Svoboda

----------------------
Faculty of Informatics, Masaryk University
Botanick=E1 68a, 602 00 BRNO, Czech Republic
e-mail: svoboda at fi.muni.cz
tel: +420-549 494 383