View | Details | Raw Unified | Return to bug 218821
Collapse All | Expand All

(-)src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt (-1 / +1 lines)
Lines 29-35 target_link_libraries(amarok_collection- Link Here
29
)
29
)
30
30
31
if(NOT WIN32 AND NOT APPLE)
31
if(NOT WIN32 AND NOT APPLE)
32
    target_link_libraries( amarok_collection-mysqlecollection crypt pthread )
32
    target_link_libraries( amarok_collection-mysqlecollection crypt pthread ssl )
33
endif(NOT WIN32 AND NOT APPLE)
33
endif(NOT WIN32 AND NOT APPLE)
34
34
35
if(APPLE)
35
if(APPLE)

Return to bug 218821