Skip to content

Commit b38f834

Browse files
committed
remove warning
1 parent dcebca9 commit b38f834

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,5 @@ else()
10561056
if(PYARROW_REQUIRE_STUB_DOCSTRINGS)
10571057
message(FATAL_ERROR "PyArrow stub source directory not found at ${PYARROW_STUBS_SOURCE_DIR}; "
10581058
"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.")
10621059
endif()
10631060
endif()

0 commit comments

Comments
 (0)