[
https://issues.apache.org/jira/browse/ARROW-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-4963:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/21468
> [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
(v8.20.10#820010)