[
https://issues.apache.org/jira/browse/ARROW-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662175#comment-17662175
]
Rok Mihevc commented on ARROW-5152:
-----------------------------------
This issue has been migrated to [issue
#21632|https://github.com/apache/arrow/issues/21632] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python] CMake warnings when building
> -------------------------------------
>
> Key: ARROW-5152
> URL: https://issues.apache.org/jira/browse/ARROW-5152
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.13.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> -- Running cmake for pyarrow
> cmake -DPYTHON_EXECUTABLE=/home/antoine/miniconda3/envs/pyarrow/bin/python
> -DPYARROW_BUILD_CUDA=on -DPYARROW_BUILD_FLIGHT=on -DPYARROW_BUILD_PARQUET=on
> -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_BUILD_ORC=on
> -DPYARROW_CXXFLAGS=-fdiagnostics-color=always -Wextra -Wunused-result
> -Wno-unused-parameter -Wno-implicit-fallthrough -Wconversion
> -D_GLIBCXX_USE_CXX11_ABI=1 -DCMAKE_BUILD_TYPE=debug
> /home/antoine/arrow/dev/python
> CMake Warning (dev) at cmake_modules/BuildUtils.cmake:27:
> Syntax Warning in cmake code at column 14
> Argument not separated from preceding token by whitespace.
> Call Stack (most recent call first):
> CMakeLists.txt:87 (include)
> This warning is for project developers. Use -Wno-dev to suppress it.
> CMake Warning (dev) at cmake_modules/BuildUtils.cmake:28:
> Syntax Warning in cmake code at column 18
> Argument not separated from preceding token by whitespace.
> Call Stack (most recent call first):
> CMakeLists.txt:87 (include)
> This warning is for project developers. Use -Wno-dev to suppress it.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)