From c69442375b2da4054f0839966a16b33b1611ceeb Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 6 Feb 2024 12:08:57 -0600 Subject: [PATCH] CMakeLists.txt: include the install rule by default, disabled with -DWOLFSSL_INSTALL=no, to restore status quo ante. see #7188 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74df3f226a..a71ece1226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,7 +215,7 @@ if(WOLFSSL_REPRODUCIBLE_BUILD) set(CMAKE_C_ARCHIVE_FINISH " -D ") 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 # TODO: detect platform from other options