1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #8891 from alalek:cmake_build_x64_sse3

This commit is contained in:
Vadim Pisarevsky
2017-06-13 17:33:01 +00:00
+1 -1
View File
@@ -243,7 +243,7 @@ if(X86 OR X86_64)
if(NOT DEFINED CPU_BASELINE)
if(X86_64)
set(CPU_BASELINE "SSSE3" CACHE STRING "${HELP_CPU_BASELINE}")
set(CPU_BASELINE "SSE3" CACHE STRING "${HELP_CPU_BASELINE}")
else()
set(CPU_BASELINE "SSE2" CACHE STRING "${HELP_CPU_BASELINE}")
endif()