Re: [CMake] setting rpath-link

2017-06-16 Thread Chuck Atkins
Hi Petros, This doesn't really answer your question but it may solve your problem a different way. I've fought this very same boost problem many times in the past. In my case it was needing to link against Matlab dev libraries, which in turn pulled their own private copy of boost in. I tried a s

[CMake] setting rpath-link

2017-06-16 Thread Mamales, Petros via CMake
Hi, I am in a situation where I have to use 2 versions of the boost library (c++), one "explicitly" and one indirectly (through a package that comes as a shared lib). The external package is to be considered as a black box. Playing around on the web (as I am rather new to it), I came across the v