mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-16 19:44:03 +00:00
Remove CMake limitation
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
a91aab493c
commit
88cfecdf95
1 changed files with 0 additions and 4 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue