Skip to content

Commit 854eeba

Browse files
committed
Add all required Poco components to the find_package() call
Some Poco installations seem to not properly resolve component dependencies, so we play it safe and just add all components we require.
1 parent a417b8a commit 854eeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
find_package(projectM4 REQUIRED COMPONENTS Playlist)
2828
find_package(SDL2 REQUIRED)
29-
find_package(Poco REQUIRED COMPONENTS Util)
29+
find_package(Poco REQUIRED COMPONENTS JSON XML Util Foundation)
3030

3131
include(SDL2Target)
3232
include(dependencies_check.cmake)

0 commit comments

Comments
 (0)