Skip to content

Commit

Permalink
"fix build cares" (#6097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhwinter authored Dec 5, 2017
1 parent 45c8a88 commit e0ac34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/cares.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ExternalProject_Add(
UPDATE_COMMAND ""
CONFIGURE_COMMAND ./buildconf && ./configure --disable-shared --prefix=${CARES_INSTALL_DIR}
BUILD_IN_SOURCE 1
BUILD_COMMAND make
BUILD_COMMAND make -j8
INSTALL_COMMAND make install
)

Expand Down

0 comments on commit e0ac34a

Please sign in to comment.