From 12522a7fe0fce752a0aea18f345064fbc3d0a949 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Sat, 26 Mar 2022 08:45:40 -0700 Subject: [PATCH] Cleaning up CMakeList --- CMakeLists.txt | 5 ----- build | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8994922..e818a0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,11 +40,6 @@ endif() add_definitions(-DAWS_CUSTOM_MEMORY_MANAGEMENT) -set(BUILD_SHARED_LIBS 1) -set(Boost_USE_STATIC_LIBS OFF) -set(Boost_USE_MULTITHREADED ON) -set(Boost_USE_STATIC_RUNTIME OFF) - find_package(OpenSSL REQUIRED) find_package(AWSSDK REQUIRED COMPONENTS s3) find_package(Poco REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite) diff --git a/build b/build index c24b6ae..86ee83a 100644 --- a/build +++ b/build @@ -1 +1 @@ -38 \ No newline at end of file +40 \ No newline at end of file