[ https://issues.apache.org/jira/browse/ARROW-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661985#comment-17661985 ]
Rok Mihevc commented on ARROW-4963: ----------------------------------- This issue has been migrated to [issue #21468|https://github.com/apache/arrow/issues/21468] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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)