aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-11-17 19:26:12 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2014-12-15 14:25:00 +0000
commit657e42bc40ce4c0962bfdb43c625620b66ae9776 (patch)
treef3c8e2016804ba1274325d33510fc3fc30aeaf37 /CMakeOptions.txt
parentfddbbdd212c264f3842bf0d070bfd0cad173dc40 (diff)
cmake: Do not hide possible options for other platforms
Change-Id: I408620cb39a25a4104e9ea562f6512f4196ae32f Reviewed-on: https://code.wireshark.org/review/5766 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index d813d2d60d..47637f5a6a 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -67,6 +67,8 @@ option(ENABLE_CAP "Build with Posix capabilities support" ON)
option(ENABLE_CARES "Build with c-ares support" ON)
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
option(ENABLE_NETLINK "Build with libnl support" ON)
+else()
+ option(ENABLE_NETLINK "Build with libnl support" OFF)
endif()
# todo Mostly hardcoded
option(ENABLE_KERBEROS "Build with Kerberos support" ON)