Re: [CMake] .so link and cpack

2017-04-09 Thread Gonzalo Garramuño
El 09/04/17 a las 07:13, Eric Noulard escribió: Hi Gonzalo, You should be able to build Deb package including symlink without trouble. Could you give the exact sequence of dpkg command which leads to the error you are speaking of? $ dpkg -i mrViewer-v3.5.8-Linux-64.deb (Leyendo la base

Re: [CMake] .so link and cpack

2017-04-09 Thread Eric Noulard
Hi Gonzalo, You should be able to build Deb package including symlink without trouble. Could you give the exact sequence of dpkg command which leads to the error you are speaking of? Does it work ok if you uninstall the previously installed deb package first? Do you install the very same

[CMake] .so link and cpack

2017-04-08 Thread Gonzalo Garramuño
Currently, I have a project where I build a library and an executable that depends on the library. Finally, I package a .deb package with cpack. Now, my problem is that cpack packs the symbolic link of my library and that creates problems with the deb installer ( dpkg -i ) whenever I try to