Removed dl dependency

This commit is contained in:
SChernykh
2023-01-26 15:45:41 +01:00
parent 67f091b843
commit be434329d1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ if (WIN32)
endif()
add_definitions(-DCURL_STATICLIB)
elseif (NOT APPLE)
set(LIBS ${LIBS} pthread dl)
set(LIBS ${LIBS} pthread)
endif()
if (STATIC_LIBS)