mirror of https://github.com/davisking/dlib.git
Do not link to libnsl (#1987)
Dlib does not use nsl symbols, why was this necessary ? This make conda-forge build fail
This commit is contained in:
parent
20d02b80e7
commit
870f49a636
|
@ -375,12 +375,6 @@ if (NOT TARGET dlib)
|
|||
|
||||
mark_as_advanced(xlib xlib_path x11_path)
|
||||
else () ##################################################################################
|
||||
# link to the nsl library if it exists. this is something you need sometimes
|
||||
find_library(nsllib nsl)
|
||||
if (nsllib)
|
||||
set (dlib_needed_libraries ${dlib_needed_libraries} ${nsllib})
|
||||
endif ()
|
||||
|
||||
# link to the socket library if it exists. this is something you need on solaris
|
||||
find_library(socketlib socket)
|
||||
if (socketlib)
|
||||
|
|
Loading…
Reference in New Issue