blob: e451973f3d119394f23d76d02d2510ca76db5df6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -578,7 +578,6 @@
LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt)
LIST(APPEND CMAKE_REQUIRED_LIBRARIES dl)
LIST(APPEND CMAKE_REQUIRED_LIBRARIES resolv)
- LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl)
MESSAGE(STATUS "Configuring for Linux")
IF(ENABLE_STATIC MATCHES "ON")
LIST(APPEND CMAKE_REQUIRED_LIBRARIES z)
|