Re: [CMake] linking boost libraries built inside the project on mac os

2016-02-02 Thread Gonzalo
El 02/02/16 a las 09:01, Slava escribió: I failed to reproduce it with a toy project, so please bear with me... I compile and install boost at config time (by generating the helper cmake file with external project and running cmake on it). It is found by standard findBoost afterwards and

[CMake] linking boost libraries built inside the project on mac os

2016-02-02 Thread Slava
I failed to reproduce it with a toy project, so please bear with me... I compile and install boost at config time (by generating the helper cmake file with external project and running cmake on it). It is found by standard findBoost afterwards and linked against Boost_UNIT_TEST_FRAMEWORK_LIBRARY.

Re: [CMake] linking boost libraries built inside the project on mac os

2016-02-02 Thread Slava
I found the relevant discussion on stackoverflow http://stackoverflow.com/questions/33665781/dependencies-on-boost-library-dont-have-full-path . You can mark my question is [solved]. Thank you. On Tue, Feb 2, 2016 at 3:48 PM, Gonzalo wrote: > > > El 02/02/16 a las 09:01,