cmake/ssl: make depend

This commit is contained in:
Minglei Jin 2023-10-23 17:00:52 +08:00
parent 62cd6f3ed2
commit b864c87b7c
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ ExternalProject_Add(openssl
#UPDATE_COMMAND ""
CONFIGURE_COMMAND ./Configure --prefix=$ENV{HOME}/.cos-local.1 -static #--no-shared
BUILD_COMMAND ""
INSTALL_COMMAND make clean && make install_sw -j
INSTALL_COMMAND make clean && make depend && make install_sw -j
TEST_COMMAND ""
)