From c15d931f774c4018c34de67cef812ea3b249ef63 Mon Sep 17 00:00:00 2001 From: Pierre Ferran Date: Sun, 14 Apr 2024 14:06:53 -0400 Subject: [PATCH] Attempt without poco foundation? --- backend/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index b2d9a11..33a0cc4 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -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") @@ -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