From db6354b7877983902ab19c76219b004bcc350061 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 9 Oct 2021 00:28:22 +0300 Subject: [PATCH] do not include the Supervector impl.cpp files in fat runtime --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}