From 9fc5fcbe9ad7df5aa2c1eca13d311793bf4e65b7 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:43:37 +0300 Subject: [PATCH] Update CMakeLists.txt --- third_party/cryptopp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/cryptopp/CMakeLists.txt b/third_party/cryptopp/CMakeLists.txt index 868ee4ccd..c90c2a893 100644 --- a/third_party/cryptopp/CMakeLists.txt +++ b/third_party/cryptopp/CMakeLists.txt @@ -78,7 +78,7 @@ endif() #============================================================================ option(BUILD_STATIC "Build static library" ON) -option(BUILD_SHARED "Build shared library" OFF) +option(BUILD_SHARED "Build shared library" ON) option(BUILD_TESTING "Build library tests" OFF) option(BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF) option(USE_INTERMEDIATE_OBJECTS_TARGET "Use a common intermediate objects target for the static and shared library targets" ON)