Skip to content

Commit e0ac34a

Browse files
authored
"fix build cares" (#6097)
1 parent 45c8a88 commit e0ac34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/cares.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ExternalProject_Add(
3333
UPDATE_COMMAND ""
3434
CONFIGURE_COMMAND ./buildconf && ./configure --disable-shared --prefix=${CARES_INSTALL_DIR}
3535
BUILD_IN_SOURCE 1
36-
BUILD_COMMAND make
36+
BUILD_COMMAND make -j8
3737
INSTALL_COMMAND make install
3838
)
3939

0 commit comments

Comments
 (0)