Antoine Pitrou created ARROW-5152:
-------------------------------------

             Summary: [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


{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)

Reply via email to