[cmake-developers] Usage Requirements with Object Libraries

2018-04-11 Thread Gößwein Matthias / eeas gmbh
Hello, Right now I'm using a nightly build (3.11.20180407-g268d0) to use and test the Usage Requirements with Object Libraries, which is planned for CMake 3.12.0 (https://gitlab.kitware.com/cmake/cmake/issues/14778) It's working great so far, but I if i have a construct of two object libraries, w

Re: [cmake-developers] Usage Requirements with Object Libraries

2018-04-11 Thread Brad King
On 04/11/2018 10:48 AM, Gößwein Matthias / eeas gmbh wrote: > CMake Error: The inter-target dependency graph contains the following > strongly connected component (cycle): >   "lib1" of type OBJECT_LIBRARY >     depends on "lib2" (strong) >   "lib2" of type OBJECT_LIBRARY >     depends on "lib1" (w

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-04-11 Thread Jayakumar, Lenindarbi
Hi Brad, Is the below issue solved in latest release 3.11.0 ? Could you please confirm? Grüße Lenin -Original Message- From: Jayakumar, Lenindarbi Sent: Freitag, 19. Januar 2018 15:26 To: 'Brad King' ; cmake-developers@cmake.org Subject: RE: [cmake-developers] CMAKE :: mingw make files

Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-04-11 Thread Brad King
On 04/11/2018 12:25 PM, Jayakumar, Lenindarbi wrote: > Is the below issue solved in latest release 3.11.0 ? > Could you please confirm? The fix discussed elsewhere in the thread: https://gitlab.kitware.com/cmake/cmake/merge_requests/1691 is in 3.11.0. The `@` is no longer hard coded. I think