[
https://issues.apache.org/jira/browse/ARROW-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-5152:
----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Minor
> Labels: pull-request-available
>
> {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
(v7.6.3#76005)