From: Konstantinos Margaritis Date: Fri, 8 Oct 2021 21:28:22 +0000 (+0300) Subject: do not include the Supervector impl.cpp files in fat runtime X-Git-Tag: v5.4.3+vectorscan~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6354b7877983902ab19c76219b004bcc350061;p=thirdparty%2Fvectorscan.git do not include the Supervector impl.cpp files in fat runtime --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b65e3a0b..7077dc42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -673,7 +673,7 @@ set (hs_exec_SRCS src/database.h ) -if (NOT RELEASE_BUILD) +if (NOT RELEASE_BUILD OR FAT_RUNTIME) if (ARCH_IA32 OR ARCH_X86_64) set (hs_exec_SRCS ${hs_exec_SRCS}