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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec68bbeddc2cad817d9352fe92ac4cd6989c435;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}