mirror of https://github.com/wolfSSL/wolfssl.git
CMakeLists.txt: include the install rule by default, disabled with -DWOLFSSL_INSTALL=no, to restore status quo ante. see #7188
parent
735fbc7cee
commit
c69442375b
|
@ -215,7 +215,7 @@ if(WOLFSSL_REPRODUCIBLE_BUILD)
|
||||||
set(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -D <TARGET>")
|
set(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -D <TARGET>")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_option("WOLFSSL_INSTALL" "Create install target for WolfSSL project" "no" "yes;no")
|
add_option("WOLFSSL_INSTALL" "Create install target for WolfSSL project" "yes" "yes;no")
|
||||||
|
|
||||||
# Support for forcing 32-bit mode
|
# Support for forcing 32-bit mode
|
||||||
# TODO: detect platform from other options
|
# TODO: detect platform from other options
|
||||||
|
|
Loading…
Reference in New Issue