From 88cfecdf958e9bfa052e7bdff4f1bb577e8b24f0 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 15 Sep 2025 16:34:19 +0200 Subject: [PATCH] Remove CMake limitation Signed-off-by: Toni Uhlig --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33bcfc1bf..c8e9d2714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")