Re: [CMake] Build cmake dependency

2020-02-28 Thread Scott Bloom
You may want to move this to https://discourse.cmake.org/, as this mailing list is going away (note, Im not with the cmake org at all.. just a user..) That said,typically, when a CMake based library is included into a larger cmake project, it will set some variables. SUBLIB_DIR for instance..

[CMake] Build cmake dependency

2020-02-28 Thread Pietro Paolini
Hi all, I really cannot say I am an expert with CMake however I have been using it for a while now, even though mainly by copying and pasting snippet of code from the web therefore not understanding things properly. I am working on a project which depends on a libary which is itself built