----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66012/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Benjamin Bannier, Jeff Coffler, John Kordich, Joseph Wu, and Michael Park. 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 ----- 3rdparty/CMakeLists.txt 61dc788edf96ca6e8e3ee736eb232c0c118e6191 Diff: https://reviews.apache.org/r/66012/diff/1/ Testing ------- Thanks, Andrew Schwartzmeyer