hi,
I am building my custom library inside
lib/linux/gcc/${BIT}/lib/

Currently I am using following command to install required library
INSTALL(DIRECTORY lib/linux/gcc/${BIT}/lib/
        DESTINATION lib
        FILES_MATCHING PATTERN "*.so.*"
        PATTERN "icu" EXCLUDE
)

But it is not working. It is installing broken symbolic link. It is
installing symbolic  link like
 libicutu.so -> libicutu.so.48.1

Where symbolic link is broken. Is there a way to copy original file instead
as symbolic link using cmake?

regards
Vivek Goel
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to