Uwe L. Korn created ARROW-3711:
----------------------------------
Summary: [C++] Don't pass CXX_FLAGS to C_FLAGS
Key: ARROW-3711
URL: https://issues.apache.org/jira/browse/ARROW-3711
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 0.11.1, 0.11.0
Reporter: Uwe L. Korn
Assignee: Uwe L. Korn
Fix For: 0.12.0
When C++ specific flags are passed to the C flags, we get problems when C++
specific flags like {{-std=c++14}} are passed. Instead of manually stripping
these flags explicitly, we should better separate {{CMAKE_C_FLAGS}} from
{{CMAKE_CXX_FLAGS}}.
See also: https://github.com/conda-forge/arrow-cpp-feedstock/pull/64
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)