kou commented on code in PR #39629:
URL: https://github.com/apache/arrow/pull/39629#discussion_r1452943738
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -1005,8 +1005,13 @@ if("${MAKE}" STREQUAL "")
endif()
endif()
-# Args for external projects using make.
-set(MAKE_BUILD_ARGS "-j${NPROC}")
+# Args for external projects using make
+if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.28")
+ #Prevent 'bad file descriptor' error
Review Comment:
```suggestion
# Prevent 'bad file descriptor' error
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]