aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-06-20 20:59:43 +0000
committerJörg Mayer <jmayer@loplof.de>2012-06-20 20:59:43 +0000
commitc0da019caa57f8c90c71260436694f54e38198be (patch)
treef20e57e6191713d7f4ffe4219ca351f10c1e26e4 /CMakeOptions.txt
parent49849233c382116d77f3a6d15a38135d5dbe3ee2 (diff)
Complete cmake support for netlink detection
svn path=/trunk/; revision=43421
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 21af1f2d93..cb983b96f4 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -44,5 +44,6 @@ option(ENABLE_GCRYPT "Build with GNU crypto support" ON)
option(ENABLE_GEOIP "Build with GeoIP support" ON)
option(ENABLE_CAP "Build with posix capabilities support" ON)
option(ENABLE_CARES "Build with c_ares support" ON)
+option(ENABLE_LIBNL "Build with libnl support" ON)
# todo Mostly hardcoded
option(ENABLE_KERBEROS "Build with Kerberos support" ON)