Commits


Carlos O'Ryan authored and Sutou Kouhei committed 7bc63c0d0d4
ARROW-14301: [C++] use consistent CMAKE_CXX_STANDARD definition Tested locally with ``` archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="6.0.0.dev444" -e CMAKE_ARGS=-DCMAKE_CXX_STANDARD=17 ubuntu-cpp ``` and ``` archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="6.0.0.dev444" -e CMAKE_ARGS=-DCMAKE_CXX_STANDARD=11 ubuntu-cpp ``` and ``` archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="6.0.0.dev444" ubuntu-cpp ``` Closes #11393 from coryan/ARROW-14301-use-consistent-cmake-cxx-standard-version Authored-by: Carlos O'Ryan <coryan@google.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>