[ 
https://issues.apache.org/jira/browse/ARROW-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kouhei Sutou reassigned ARROW-7158:
-----------------------------------

    Assignee: Kouhei Sutou

> [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
>            Assignee: Kouhei Sutou
>            Priority: Minor
>
> * 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)

Reply via email to