mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fixed some broken config combinations
This commit is contained in:
parent
86b3efa048
commit
0bebd2553d
@ -129,7 +129,7 @@ include (${CMAKE_MODULE_PATH}/platform.cmake)
|
||||
# Detect OS and if Fat Runtime is available
|
||||
include (${CMAKE_MODULE_PATH}/osdetection.cmake)
|
||||
|
||||
if(BUILD_SSE2_SIMDE)
|
||||
if(ARCH_X86_86 AND BUILD_SSE2_SIMDE AND NOT FAT_RUNTIME)
|
||||
set(SIMDE_BACKEND True)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user