[CMake] Multiple occurrences of a library on linux (ldd)

2019-02-13 Thread Thiago Crepaldi
Hello all, After reading CMake Cookbook I have written my first "complex" CMake build script based on the superbuild pattern. I am excited to heave a better understanding on CMake, but I definitely will learn much more from experience and your kind help. In summary, the standalone google test appl

Re: [CMake] OBJECT libraries getting fully support?

2019-02-13 Thread Paul Smith
On Tue, 2019-02-12 at 16:19 -0800, Michael Ellery wrote: > https://cmake.org/cmake/help/latest/release/3.12.html > says that target_link_libraries got OBJECT in 3.12 - is that what > you had in mind? Aha! Of course, we're using the most recent 3.11 version. Isn't it always the way it goes? OK