cmake/ssl: use build command
This commit is contained in:
parent
b864c87b7c
commit
7cf72a567d
|
@ -9,7 +9,7 @@ ExternalProject_Add(openssl
|
|||
#BUILD_ALWAYS 1
|
||||
#UPDATE_COMMAND ""
|
||||
CONFIGURE_COMMAND ./Configure --prefix=$ENV{HOME}/.cos-local.1 -static #--no-shared
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND make clean && make depend && make install_sw -j
|
||||
BUILD_COMMAND make -j
|
||||
INSTALL_COMMAND make install_sw -j
|
||||
TEST_COMMAND ""
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue