Hi!

I have some projects that installs system libraries. One of them is
libstdc++.so.6 that is symlink to
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.so.6.0.8:
$ readlink -f $(g++ -print-file-name=libstdc++.so.6)

With cmake 2.4.6 INSTALL() command will copy the file, but with cmake from
cvs the same command will copy the symlink
INSTALL(FILES /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.so.6
DESTINATION lib)

I can't pack and distribute symlink instead of a file copy.

Is there a easy way to get the old behavior back?

--
Filipe Sousa
_______________________________________________
CMake mailing list
[EMAIL PROTECTED]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to