Skip to content

Commit c694423

Browse files
committed
CMakeLists.txt: include the install rule by default, disabled with -DWOLFSSL_INSTALL=no, to restore status quo ante. see #7188
1 parent 735fbc7 commit c694423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if(WOLFSSL_REPRODUCIBLE_BUILD)
215215
set(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -D <TARGET>")
216216
endif()
217217

218-
add_option("WOLFSSL_INSTALL" "Create install target for WolfSSL project" "no" "yes;no")
218+
add_option("WOLFSSL_INSTALL" "Create install target for WolfSSL project" "yes" "yes;no")
219219

220220
# Support for forcing 32-bit mode
221221
# TODO: detect platform from other options

0 commit comments

Comments
 (0)