Added PocoFoundation to fallback.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-08-06 17:58:19 +02:00
parent 9c925e855d
commit a90faf7d11
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

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