----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37370/ -----------------------------------------------------------
(Updated Sept. 10, 2015, 8:53 p.m.) Review request for mesos, Benjamin Hindman, haosdent huang, Artem Harutyunyan, Joris Van Remoortere, and Joseph Wu. Repository: mesos Description ------- Right now if you try to compile GMock a non-Windows platform using the CMake build system, it will error out. The problem seems to be the CXX11 flag. This commit will solve this problem by removing that flag. Diffs ----- 3rdparty/libprocess/3rdparty/CMakeLists.txt 997cc0d0e316e316136d4746e50e9e292a82b36b Diff: https://reviews.apache.org/r/37370/diff/ Testing ------- Thanks, Alex Clemmer
