Cleaning up CMakeLists.txt

This commit is contained in:
stephb9959
2022-03-26 08:12:04 -07:00
parent b32ddeb283
commit 352343d10c
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,6 @@ set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost REQUIRED system)
find_package(OpenSSL REQUIRED)
find_package(AWSSDK REQUIRED COMPONENTS s3)
find_package(Poco REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite)
@@ -144,9 +143,10 @@ add_executable(owprov
src/FileDownloader.cpp src/FileDownloader.h)
target_link_libraries(owprov PUBLIC
${Poco_LIBRARIES} ${MySQL_LIBRARIES}
${Boost_LIBRARIES}
${ZLIB_LIBRARIES} ${AWSSDK_LINK_LIBRARIES}
${Poco_LIBRARIES}
${MySQL_LIBRARIES}
${ZLIB_LIBRARIES}
${AWSSDK_LINK_LIBRARIES}
CppKafka::cppkafka
fmt::fmt
nlohmann_json_schema_validator)

2
build
View File

@@ -1 +1 @@
71
74