mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-27 18:19:39 +00:00
Remove CMake limitation
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -104,10 +104,6 @@ endif()
|
||||
option(ENABLE_PFRING "Enable PF_RING support for nDPId (experimental)" OFF)
|
||||
option(BUILD_NDPI "Clone and build nDPI from github." OFF)
|
||||
|
||||
if(ENABLE_CRYPTO AND ENABLE_MEMORY_PROFILING)
|
||||
message(FATAL_ERROR "ENABLE_CRYPTO and ENABLE_MEMORY_PROFILING do currently not like each other. "
|
||||
"This will change in the future.")
|
||||
endif()
|
||||
if(ENABLE_PFRING)
|
||||
option(PFRING_LINK_STATIC "Link against a static version of pfring." ON)
|
||||
set(PFRING_KERNEL_INC "" CACHE STRING "Path to PFRING kernel module include directory.")
|
||||
|
||||
Reference in New Issue
Block a user