aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 47637f5a6a..173eb39835 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -65,6 +65,9 @@ else()
endif()
option(ENABLE_CAP "Build with Posix capabilities support" ON)
option(ENABLE_CARES "Build with c-ares support" ON)
+#
+# Libnl is Linux-specific.
+#
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
option(ENABLE_NETLINK "Build with libnl support" ON)
else()