cmake2.5, close to latest SVN.

I have some files I need to copy but they are symlinks. I need to obtain the actual path of the file (not the symlink).

I've tried doing:

GET_FILENAME_COMPONENT( REALFILE ${sym} ABSOLUTE )

but it returns just the original filename. So this is either broken or I misunderstood the docs.

Is there another way to obtain the real path that the symlink points to?

--
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to