Re: [CMake] [CPACK] symlink problem and man cpack issue

2012-03-25 Thread kassim orra
Hi David, First, thanks for the help. I didn't use any argument, I posted all my cpack script. I really don't know why, there is somewhere I could change the /lib path inside the cpack script ? I posted all my cpack code, I'm starting to write it and when I finally work's, Im gonna change it

Re: [CMake] [CPACK] symlink problem and man cpack issue

2012-03-25 Thread Eric Noulard
2012/3/25 kassim orra kassimo...@gmail.com: Hi David, First, thanks for the help. I didn't use any argument, I posted all my cpack script. I really don't know why, there is somewhere I could change the /lib path inside the cpack script ? May be the problem is not with CPack but with your

[CMake] [CPACK] symlink problem and man cpack issue

2012-03-22 Thread kassim orra
Hi All ! I'm using cmake for a few months ago and I just started to try to use cpack to distribute my application. I use some lib's, including some Kitware libraries. I had build a CPackConfig.cmaje file and when I execute cpack, I receive the following message: CPack: Create package using TGZ

Re: [CMake] [CPACK] symlink problem and man cpack issue

2012-03-22 Thread David Cole
The error message: CPack Error: Cannot create symlink: /lib/libvtkgdcm.so.2.0-- libvtkgdcm.so.2.0.18 Looks to me like a probable permissions issue because it's trying to create a file in /lib -- do you use an install rule DESTINATION argument of /lib? (Why install into an absolute path, shouldn't