Skip to content

Commit bd1334a

Browse files
committed
Merge pull request opencv#8891 from alalek:cmake_build_x64_sse3
2 parents e72e34e + c3bea59 commit bd1334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenCVCompilerOptimizations.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if(X86 OR X86_64)
243243

244244
if(NOT DEFINED CPU_BASELINE)
245245
if(X86_64)
246-
set(CPU_BASELINE "SSSE3" CACHE STRING "${HELP_CPU_BASELINE}")
246+
set(CPU_BASELINE "SSE3" CACHE STRING "${HELP_CPU_BASELINE}")
247247
else()
248248
set(CPU_BASELINE "SSE2" CACHE STRING "${HELP_CPU_BASELINE}")
249249
endif()

0 commit comments

Comments
 (0)