We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c6e50 commit c99e93dCopy full SHA for c99e93d
CMakeLists.txt
@@ -320,7 +320,7 @@ endif()
320
321
# Check for all needed libraries
322
check_library_exists_concat("${CMAKE_DL_LIBS}" dlopen HAVE_LIBDL)
323
-check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
+#check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
324
check_library_exists("c" gethostbyname "" NOT_NEED_LIBNSL)
325
326
# Yellowtab Zeta needs different libraries than BeOS 5.
0 commit comments