----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66012/ -----------------------------------------------------------
(Updated March 19, 2018, 12:13 p.m.) Review request for mesos, Akash Gupta, Benjamin Bannier, Jeff Coffler, John Kordich, Joseph Wu, and Michael Park. Changes ------- Rebased. Repository: mesos Description ------- By passing `CMAKE_C_FORWARD_ARGS` to C libraries, e.g. curl, libapr, libevent, and zlib, we avoid CMake warning us about set but unused variables (since they do not use the `CXX` variables). Diffs (updated) ----- 3rdparty/CMakeLists.txt e0c1538eaaef4bf6a198e89867a13763f264deb3 Diff: https://reviews.apache.org/r/66012/diff/3/ Changes: https://reviews.apache.org/r/66012/diff/2-3/ Testing ------- Thanks, Andrew Schwartzmeyer
