-- 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.