diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-26 23:22:12 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-26 23:22:24 +0200 |
commit | 5871d08a3a519dbc54261c8a18e649ec9cc8bd7f (patch) | |
tree | 8c6ce34d5b0b9edec0abdacedbeec49efb969cd7 /cmake/config.cmake | |
parent | 36690c7203f0e46665f328fbe82ae3bd573cc6ff (diff) | |
download | fastd-5871d08a3a519dbc54261c8a18e649ec9cc8bd7f.tar fastd-5871d08a3a519dbc54261c8a18e649ec9cc8bd7f.zip |
Make on-verify support optional
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r-- | cmake/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake index dbd5668..765f608 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -29,6 +29,8 @@ set(WITH_CMDLINE_LOGGING TRUE CACHE BOOL "Include support for setting logging re set(WITH_CMDLINE_OPERATION TRUE CACHE BOOL "Include support for setting options related to the VPN operation (like mode, interface, encryption method) on the command line") set(WITH_CMDLINE_COMMANDS TRUE CACHE BOOL "Include support for setting handler scripts (e.g. --on-up) on the command line") +set(WITH_VERIFY TRUE CACHE BOOL "Include support for on-verify handlers") + set(MAX_CONFIG_DEPTH 10 CACHE STRING "Maximum config include depth") |