[cmake-developers] Possible feature request concerning conditional linking support by generator expressions

2019-09-24 Thread Alan W. Irwin
Sorry for the long post, but my use case is complex, and there are several possible solutions to the problem presented by that use case which add to the length of this. So to help keep your reading organized, this post is separated into three sections which are (I.) a possible feature request

Re: [cmake-developers] EXCLUDE_FROM_ALL behavior change

2019-09-24 Thread Charles Huet
Great, thanks ! On Tue, Sep 24, 2019 at 3:38 PM Brad King wrote: > On 9/24/19 8:12 AM, Charles Huet wrote: > > in CMake 3.14 the EXCLUDE_FROM_ALL option of add_subdirectory had a > behavior change. > > We are negatively impacted by this change, as we are in the same exact > scenario as > > this

Re: [cmake-developers] EXCLUDE_FROM_ALL behavior change

2019-09-24 Thread Brad King via cmake-developers
On 9/24/19 8:12 AM, Charles Huet wrote: > in CMake 3.14 the EXCLUDE_FROM_ALL option of add_subdirectory had a behavior > change. > We are negatively impacted by this change, as we are in the same exact > scenario as > this user: https://cmake.org/pipermail/cmake/2019-September/069978.html

[cmake-developers] EXCLUDE_FROM_ALL behavior change

2019-09-24 Thread Charles Huet
Hi, in CMake 3.14 the EXCLUDE_FROM_ALL option of add_subdirectory had a behavior change. Here is the MR: https://gitlab.kitware.com/cmake/cmake/merge_requests/2816, implementing the requirement from this ticket: https://gitlab.kitware.com/cmake/cmake/issues/17149. We are negatively impacted by