2012/6/26 vivek goel <goelvivek2...@gmail.com>:
> 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

Which version of CMake are you using?
Is the "libicutu.so.48.1" installed or not?

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


-- 
Erk
Le gouvernement représentatif n'est pas la démocratie --
http://www.le-message.org
--

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