Cleaning up CMakeList

This commit is contained in:
stephb9959
2022-03-26 08:45:40 -07:00
parent 3d6a9d851c
commit 12522a7fe0
2 changed files with 1 additions and 6 deletions

View File

@@ -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)

2
build
View File

@@ -1 +1 @@
38
40