CMake: don't make DolphinWX link to dl

This commit is contained in:
Michael Maltese 2017-04-24 14:57:11 -07:00
parent c214c29b01
commit bd4ffb680c
1 changed files with 51 additions and 56 deletions

View File

@ -89,11 +89,6 @@ set(LIBS
wxWidgets::wxWidgets
)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
list(APPEND LIBS dl)
endif()
if(APPLE)
# Add resource files to application bundle.
set(RESOURCES resources/Dolphin.icns)