Skip to content

Commit

Permalink
Attempt without poco foundation?
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 14, 2024
1 parent d6ec253 commit c15d931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ find_package(httplib CONFIG REQUIRED)
find_package(unofficial-node-addon-api CONFIG REQUIRED)
find_package(OpenSSL REQUIRED)
find_package(absl CONFIG REQUIRED)
find_package(Poco REQUIRED Foundation Util)
find_package(Poco REQUIRED Util)

if (WIN32)
if(CMAKE_BUILD_TYPE STREQUAL "Release")
Expand Down Expand Up @@ -85,7 +85,7 @@ target_link_libraries(trackaudio-afv PRIVATE
unofficial::node-addon-api::node-addon-api
OpenSSL::SSL OpenSSL::Crypto
absl::strings absl::any
Poco::Foundation Poco::Util
Poco::Util
${CMAKE_JS_LIB})

# Set the output directory for the built executable
Expand Down

0 comments on commit c15d931

Please sign in to comment.