mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-07-10 04:24:43 +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
|
# Detect OS and if Fat Runtime is available
|
||||||
include (${CMAKE_MODULE_PATH}/osdetection.cmake)
|
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)
|
set(SIMDE_BACKEND True)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user