Krisztian Szucs created ARROW-7130: -------------------------------------- Summary: [C++][CMake] Automatically set ARROW_GANDIVA_PC_CXX_FLAGS for conda and OSX sdk Key: ARROW-7130 URL: https://issues.apache.org/jira/browse/ARROW-7130 Project: Apache Arrow Issue Type: Improvement Components: C++ - Gandiva Reporter: Krisztian Szucs Fix For: 1.0.0
ARROW_GANDIVA_PC_CXX_FLAGS requires special treatment based on the platforms, see: - https://github.com/apache/arrow/blob/master/ci/scripts/cpp_build.sh#L27-L32 - https://github.com/conda-forge/arrow-cpp-feedstock/blob/master/recipe/build.sh#L12-L15 We should integrate this logic into CMake by default. -- This message was sent by Atlassian Jira (v8.3.4#803005)