Yiun Seungryong created ARROW-7158: -------------------------------------- Summary: [C++][Visual Studio]Build config Error on non English Version visual studio. Key: ARROW-7158 URL: https://issues.apache.org/jira/browse/ARROW-7158 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 0.15.1 Reporter: Yiun Seungryong
* Build Config Error on Non English OS * always show {code:java} Not supported MSVC compiler {code} * [https://github.com/apache/arrow/blob/master/cpp/cmake_modules/CompilerInfo.cmake#L44] There is a bug in the code below. {code:java} if(MSVC) set(COMPILER_FAMILY "msvc") if("${COMPILER_VERSION_FULL}" MATCHES ".*Microsoft ?\\(R\\) C/C\\+\\+ Optimizing Compiler Version 19.*x64"){code} * In my compiler the version display contains Korean. {code:java} Microsoft (R) C/C++ 최적화 컴파일러 버전 19.00.24215.1(x64){code} * Regular expression seems to need to be changed. -- This message was sent by Atlassian Jira (v8.3.4#803005)