From 86b3efa0483ba8e1d911252816355629caf20ce0 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Thu, 4 Jul 2024 21:26:17 +0300 Subject: [PATCH] fixed small mistake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54e22904..049212e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -955,10 +955,10 @@ else () COMPILE_FLAGS "-Wno-unused-parameter -Wno-unused-function ${DISPATCHER_DEFINE}") if (BUILD_STATIC_LIBS) - add_library(hs_exec_core2 OBJECT ${hs_exec_SRCS}) - list(APPEND RUNTIME_LIBS $) if (BUILD_SSE2_SIMDE) + add_library(hs_exec_core2 OBJECT ${hs_exec_SRCS}) + list(APPEND RUNTIME_LIBS $) message("Building SIMDE SSE2 version..") include_directories(${PROJECT_SOURCE_DIR}/simde) if (CMAKE_COMPILER_IS_CLANG)