We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcebca9 commit b38f834Copy full SHA for b38f834
1 file changed
python/CMakeLists.txt
@@ -1056,8 +1056,5 @@ else()
1056
if(PYARROW_REQUIRE_STUB_DOCSTRINGS)
1057
message(FATAL_ERROR "PyArrow stub source directory not found at ${PYARROW_STUBS_SOURCE_DIR}; "
1058
"cannot build wheel without .pyi files.")
1059
- else()
1060
- message(WARNING "PyArrow stub source directory not found at ${PYARROW_STUBS_SOURCE_DIR}; "
1061
- "PyArrow will be built without .pyi files.")
1062
endif()
1063
0 commit comments