cmake/ssl: install install_sw only
This commit is contained in:
parent
dd21d8e3ad
commit
4bc3c22e0c
|
@ -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 make -j
|
||||
INSTALL_COMMAND make install
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND make install_sw -j
|
||||
TEST_COMMAND ""
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue