From a90faf7d11f9a9d44ca5a193d662b32adda5d266 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 6 Aug 2019 17:58:19 +0200 Subject: [PATCH] Added PocoFoundation to fallback. --- src/cli/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt index ab5543c..7694040 100644 --- a/src/cli/CMakeLists.txt +++ b/src/cli/CMakeLists.txt @@ -31,7 +31,7 @@ else() "but the files seem to be in the standard directories. " "Let's hope this works.") target_link_libraries(${PROJECT_NAME}-cli - PRIVATE PocoUtil) + PRIVATE PocoFoundation PocoUtil) endif() endif()