Benjamin Kietzman created ARROW-4082:
----------------------------------------
Summary: [C++] CMake tweaks: allow RelWithDebInfo, improve
FindClangTools
Key: ARROW-4082
URL: https://issues.apache.org/jira/browse/ARROW-4082
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Benjamin Kietzman
SetupCxxFlags.cmake does not list "RELWITHDEBINFO" in the [final flag
setup|https://github.com/apache/arrow/blob/master/cpp/cmake_modules/SetupCxxFlags.cmake#L363],
so cmake will error out if that build config is selected. It's handy for quick
debugging without switching your python build etc over to "DEBUG".
FindClangTools.cmake could check the version of 'clang-format' (no version
suffix) to see if it satisfies a version requirement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)