Skip to content

Commit

Permalink
Update commetn
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jan 16, 2024
1 parent ccea0a0 commit a93752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ endif()

# Args for external projects using make
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.28")
#Prevent 'bad file descriptor' error
# Prevent 'bad file descriptor' error see #39517 #39628
set(MAKE_BUILD_ARGS "-j1")
else()
set(MAKE_BUILD_ARGS "-j${NPROC}")
Expand Down

0 comments on commit a93752b

Please sign in to comment.