[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 i

Re: [CMake] ExternalProject_Add and include_external_msproject dynamic duo... but what if their powers combined?

2017-04-08 Thread Brian Davis
crickets crickets... crickets... That's the response I get from the internet? Here are some other interesting bits: https://cmake.org/cmake/help/v3.8/manual/cmake-packages.7.html Does not make any reference to configure_package_config_file in https://cmake.org/cmake/help/v3.8/module/CMak

Re: [CMake] cmake -E remove -f

2017-04-08 Thread Craig Scott
After taking a look at the source code, I'm convinced this option is questionable. Issue created in gitlab here . On Thu, Apr 6, 2017 at 9:35 AM, Craig Scott wrote: > Yes, but in both cases the directory foo is still not deleted! At least on