You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Andrei Sekretenko <as...@mesosphere.io> on 2020/04/23 20:03:58 UTC

Review Request 72426: Added workaround for broken transitive dependencies into stout's cmake.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72426/
-----------------------------------------------------------

Review request for mesos, Benjamin Mahler and Greg Mann.


Bugs: MESOS-10122
    https://issues.apache.org/jira/browse/MESOS-10122


Repository: mesos


Description
-------

This is needed to make sure that OBJECT libraries that depend on an
INTERFACE library (added in the next patches), which, in its turn,
depends on stout INTERFACE library, actually depend on stout's
dependencies regardless of cmake's issues with transitive dependencies
of INTERFACE libraries
(see https://gitlab.kitware.com/cmake/cmake/issues/18203).


Diffs
-----

  3rdparty/stout/CMakeLists.txt 3fd63dcf770c0357ee194ca4a6b4531784d84257 


Diff: https://reviews.apache.org/r/72426/diff/1/


Testing
-------


Thanks,

Andrei Sekretenko