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

Wes McKinney closed ARROW-4963.
-------------------------------
       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 1.0.0)

> [C++] MSVC build invokes CMake repeatedly
> -----------------------------------------
>
>                 Key: ARROW-4963
>                 URL: https://issues.apache.org/jira/browse/ARROW-4963
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>
> I'm doing a pretty vanilla out of source build with Visual Studio 2015 and I 
> am finding that it's re-running CMake many times throughout the build. I will 
> try to produce a complete log when I can to illustrate. I am using this 
> command:
> {code}
>    cmake -G "Visual Studio 14 2015 Win64" ^
>          -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
>          -DARROW_CXXFLAGS="/WX /MP" ^
>          -DARROW_GANDIVA=on ^
>          -DARROW_ORC=on ^
>          -DARROW_PARQUET=on ^
>          -DARROW_PYTHON=on ..
>    cmake --build . --target INSTALL --config Release
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to