-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53753/
-----------------------------------------------------------
(Updated Nov. 14, 2016, 7:08 p.m.)
Review request for mesos, Alex Clemmer and Joris Van Remoortere.
Bugs: MESOS-5792
https://issues.apache.org/jira/browse/MESOS-5792
Repository: mesos
Description
-------
The `MESOS_DEFAULT_LIBRARY_LINKAGE` changes all Mesos libraries to
the use specified linking strategy (static or shared). This does
not affect third-party libraries, which have their own requirements.
On Posix, the default is shared linkage. On Windows the default
is static linkage.
This review replaces: https://reviews.apache.org/r/49862/
Diffs
-----
3rdparty/CMakeLists.txt 770a3828a6e0ffaa4f185392fdc1a2152446449d
cmake/MesosConfigure.cmake de04389b016b22bdff69e94d37fad4eedbda5874
src/CMakeLists.txt aef9ae6d2872dc15725c01ce85b657965485605f
src/slave/qos_controllers/CMakeLists.txt
87c92af21c012655c201c01cd4ba5ff912555119
src/slave/resource_estimators/CMakeLists.txt
17b149f734ea9dc8ac4c5dd45bdb8312faf4cc77
Diff: https://reviews.apache.org/r/53753/diff/
Testing
-------
cmake ..
make
Thanks,
Joseph Wu