Andrew Schwartzmeyer created MESOS-8691:
-------------------------------------------
Summary: Forward CXX_FLAGS to C++ projects and C_FLAGS to C
projects in CMake
Key: MESOS-8691
URL: https://issues.apache.org/jira/browse/MESOS-8691
Project: Mesos
Issue Type: Bug
Reporter: Andrew Schwartzmeyer
Right now we forward CXX and C flags together to all 3rdparty depedencies. This
results in warnings from CMake for the projects that don't use these flags.
Specifically, dependencies like libevent which are C libraries ignore the CXX
flags.
We should instead pass the C flags only (and generic CMake flags) to these
dependencies so they don't complain.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)